[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.ComponentModelT
Assembly: 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 nameValueDescription
Accessibility128The Accessibility category
Configurations129The Configurations category
DDE130The DDE category
Misc0The Misc category
Font132The Focus category
List133The List category
Position134The Mouse category
Scale135The Scale category
Text136The Text category
Colors137The Colors category
Display138The Display category
FolderBrowsing139The Folder Browsing category
Items140The Items category
Private141The Private category
PropertyChanged142The Property Changed category
IsFlagsGets value indicating if given value is of enum type which has FlagsAttribute applied
GetNameGets name of given enumeration value
GetConstantGets constant field that represents given enum value
GetValueGets value of enum in its unedlying type
IsDefinedGets 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.

See Also