RichTextBoxSelectionTypes Enumeration
.NET Framework 3.0
Specifies the type of selection in a RichTextBox control.
Assembly: System.Windows.Forms (in system.windows.forms.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Windows.FormsAssembly: System.Windows.Forms (in system.windows.forms.dll)
| Member name | Description | |
|---|---|---|
| Empty | No text is selected in the current selection. | |
| MultiChar | More than one character is selected. | |
| MultiObject | More than one Object Linking and Embedding (OLE) object is selected. | |
| Object | At least one Object Linking and Embedding (OLE) object is selected. | |
| Text | The current selection contains only text. |
Use the members of this enumeration to determine the value of the SelectionType property of the RichTextBox class. The RichTextBox.SelectionType property can return any combination of values from this enumeration.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: