Gets or sets the insert text.
Namespace: RTEAssembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.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); } |