RichTextBoxSelectionAttribute | serializable |
System.Windows.Forms (system.windows.forms.dll) | enum |
This attribute class is for internal use only and should not be used
to adorn your own code.
public enum RichTextBoxSelectionAttribute {
None = 0,
All = 1,
Mixed = -1
}
Hierarchy
System.Object System.ValueType
System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
RichTextBoxSelectionAttribute
|