Gets or sets the insert text.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public virtual string InsertText { get; set; } |
| Visual Basic |
|---|
Public Overridable Property InsertText As String Get Set |
| Visual C++ |
|---|
public: virtual property String^ InsertText { String^ get (); void set (String^ value); } |