NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichTextBox.SelectionType

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;

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace