Class OutputSyntaxEdit
- Namespace
- Alternet.Scripter.Integration.AlternetUI
- Assembly
- Alternet.Scripter.Integration.AlternetUI.dll
public class OutputSyntaxEdit : SyntaxEdit, INotifyPropertyChanged, ISupportInitialize, IComponent, INotifyDataErrorInfo, ISyntaxEdit, ISearch, ITextSearch, IEditNotifier, INotifier, ICaret, IEditNavigate, INavigate, IEdit, IUpdate, IWordWrap, ITextExport, IExport, ITextImport, IImport, ICodeCompletion, IFindReferences, IRecordPlayBack, ISplitView, IAutoCorrect, IDisposable
- Inheritance
-
OutputSyntaxEdit
- Implements
Constructors
Properties
- HasText
Determines whether the control contains any text.
- SelectedText
Gets the currently selected text in the control.
Methods
- Add(string)
Adds the specified string to the end of the text.
- Clear()
Clears all text int the text output control.
- SetText(string)
Sets the text content to the specified string.