Class SyntaxEditLogView
Represents a log view which internally uses SyntaxEditView.
[WinRTRuntimeClassName("Microsoft.UI.Xaml.Data.INotifyPropertyChanged")]
[WinRTExposedType(typeof(Alternet_Editor_SyntaxEditViewWinRTTypeDetails))]
public class SyntaxEditLogView : BaseLogView, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ILayout, ILayoutController, IVisualTreeElement, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
- Inheritance
-
SyntaxEditLogView
- Implements
Constructors
- SyntaxEditLogView()
Initializes a new instance of the SyntaxEditLogView class.
Properties
- HasText
Determines whether the editor contains any text.
- SelectedText
Gets the currently selected text in the editor.
Methods
- AddItem(string)
Protected method that called from Add(string) in order to add a log item to the view.
- Clear()
Clears all log items.
- RaiseSystemColorsChanged()
Updates visual style of the control when the system colors are changed.