[This is preliminary documentation and is subject to change.]
Represents shared (static) properties of CategoryAttribute
Namespace: Tools.ComponentModelTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum KnownCategories |
| Visual Basic |
|---|
Public Enumeration KnownCategories |
| Visual C++ |
|---|
public enum class KnownCategories |
| F# |
|---|
type KnownCategories |
| JScript |
|---|
public enum KnownCategories |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Action | 1 | Action | |
| Appearance | 2 | Appearance | |
| Asynchronous | 3 | Asynchronous | |
| Behavior | 4 | Behavior | |
| Data | 5 | Data | |
| Default | 0 | Default | |
| Design | 1 | Design | |
| DragDrop | 2 | DragDrop | |
| Focus | 3 | Focus | |
| Format | 4 | Format | |
| Key | 5 | Key | |
| Layout | 6 | Layout | |
| Mouse | 7 | Mouse | |
| WindowStyle | 8 | WindowStyle | |
| 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
This enumeration represents categories predefined by the .NET framework.
Values of KnownCategoryAttribute..::..AnotherCategories and KnownCategoryAttribute..::..KnownCategories are distinct. With exception of Misc = Default.