The type of the current selection. The returned value is one of the values enumerated in RichTextBoxSelectionType.
[Visual Basic] Public ReadOnly Property SelectionType As RichTextBoxSelectionTypes [C#] public RichTextBoxSelectionTypes SelectionType {get;} [C++] public: __property RichTextBoxSelectionTypes get_SelectionType(); [JScript] public function get SelectionType() : RichTextBoxSelectionTypes;
RichTextBox Class | RichTextBox Members | System.WinForms Namespace