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!

RichTextBoxSelectionTypes Enumeration

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.

Members

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace