Gets or sets the insert text.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public override string InsertText { get; set; }
Visual Basic
Public Overrides Property InsertText As String
	Get
	Set
Visual C++
public:
virtual property String^ InsertText {
	String^ get () override;
	void set (String^ value) override;
}

Field Value

The insert text.

See Also