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