[This is preliminary documentation and is subject to change.]
Defines more categories commonly used by CategoryAttribute, but not predefined by the .NET framework as shared properties of the CategoryAttribute
Namespace: Tools.ComponentModelTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum AnotherCategories |
| Visual Basic |
|---|
Public Enumeration AnotherCategories |
| Visual C++ |
|---|
public enum class AnotherCategories |
| F# |
|---|
type AnotherCategories |
| JScript |
|---|
public enum AnotherCategories |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Accessibility | 128 | The Accessibility category | |
| Configurations | 129 | The Configurations category | |
| DDE | 130 | The DDE category | |
| Misc | 0 | The Misc category | |
| Font | 132 | The Focus category | |
| List | 133 | The List category | |
| Position | 134 | The Mouse category | |
| Scale | 135 | The Scale category | |
| Text | 136 | The Text category | |
| Colors | 137 | The Colors category | |
| Display | 138 | The Display category | |
| FolderBrowsing | 139 | The Folder Browsing category | |
| Items | 140 | The Items category | |
| Private | 141 | The Private category | |
| PropertyChanged | 142 | The Property Changed category | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |
Remarks
Values of KnownCategoryAttribute..::..AnotherCategories and KnownCategoryAttribute..::..KnownCategories are distinct. With exception of Misc = Default.