CategoryAttribute Class |
Namespace: System.ComponentModel
public class CategoryAttribute : Attribute
The CategoryAttribute type exposes the following members.
Name | Description | |
---|---|---|
CategoryAttribute |
Initializes a new instance of the System.ComponentModel.CategoryAttribute
class using the category name Default.
| |
CategoryAttribute(String) |
Initializes a new instance of the System.ComponentModel.CategoryAttribute
class using the specified category name.
|
Name | Description | |
---|---|---|
Equals |
Returns whether the value of the given object is equal to the current System.ComponentModel.CategoryAttribute.
(Overrides AttributeEquals(Object).) | |
GetHashCode |
Returns the hash code for this attribute.
(Overrides AttributeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsDefaultAttribute |
Determines if this attribute is the default.
(Overrides AttributeIsDefaultAttribute.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Action |
Gets a System.ComponentModel.CategoryAttribute representing the Action category.
| |
Appearance |
Gets a System.ComponentModel.CategoryAttribute representing the Appearance
category.
| |
Behavior |
Gets a System.ComponentModel.CategoryAttribute representing the Behavior
category.
| |
Category |
Gets the name of the category for the property or event that this attribute
is applied to.
| |
Data |
Gets a System.ComponentModel.CategoryAttribute representing the Data category.
| |
Default |
Gets a System.ComponentModel.CategoryAttribute representing the Default category.
| |
Design |
Gets a System.ComponentModel.CategoryAttribute representing the Design category.
| |
DragDrop |
Gets a System.ComponentModel.CategoryAttribute representing the DragDrop
category.
| |
Focus |
Gets a System.ComponentModel.CategoryAttribute representing the Focus category.
| |
Format |
Gets a System.ComponentModel.CategoryAttribute representing the Format category.
| |
Key |
Gets a System.ComponentModel.CategoryAttribute representing the Key category.
| |
Layout |
Gets a System.ComponentModel.CategoryAttribute representing the Layout category.
| |
Mouse |
Gets a System.ComponentModel.CategoryAttribute representing the Mouse category.
| |
WindowStyle |
Gets a System.ComponentModel.CategoryAttribute representing the WindowStyle
category.
|