ASPxClientHtmlEditorSelection.GetText Method
Returns the text within the currently selected ASPxHtmlEditor content.
Declaration
GetText(): string
Returns
Type | Description |
---|---|
string | A string value, that specifies the currently selected text. |
Remarks
Note
The GetText method is in effect only if the Design View is used.
See Also