Defines the possible kinds selection types in a RichTextBox control. The actual vale returned by RichTextBox.getSelType() is a combination of any of the below options.
[Visual Basic] Public Enum RichTextBoxSelectionTypes [C#] public enum RichTextBoxSelectionTypes [C++] public enum RichTextBoxSelectionTypes
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Empty | The current selection is empty. |
MultiChar | The current selection contains more than one character. |
MultiObject | The current selection contains more than one OLE object. |
Object | The current selection contains atleast one OLE object. |
Text | The current selection is text only. |
Namespace: System.WinForms
Assembly: System.WinForms.dll