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!

RichTextBoxSelectionAttribute Enumeration

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.

Remarks

The RichTextBox class uses this enumeration internally.

Members

Member Name Description
All All characters.
Mixed Some but not all characters.
None No characters.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace