Specifies whether any characters in the current selection have the style or attribute.
[Visual Basic] Public Enum RichTextBoxSelectionAttribute [C#] public enum RichTextBoxSelectionAttribute [C++] public enum RichTextBoxSelectionAttribute
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
The RichTextBox class uses this enumeration internally.
Member Name | Description |
---|---|
All | All characters. |
Mixed | Some but not all characters. |
None | No characters. |
Namespace: System.WinForms
Assembly: System.WinForms.dll