Click or drag to resize
CategoryAttribute Class
Specifies the name of the category in which to group the property or event when displayed in a System.Windows.Forms.PropertyGrid control set to Categorized mode.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    System.ComponentModelCategoryAttribute

Namespace: System.ComponentModel
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public class CategoryAttribute : Attribute

The CategoryAttribute type exposes the following members.

Constructors
  NameDescription
Public methodCategoryAttribute
Initializes a new instance of the System.ComponentModel.CategoryAttribute class using the category name Default.
Public methodCategoryAttribute(String)
Initializes a new instance of the System.ComponentModel.CategoryAttribute class using the specified category name.
Top
Methods
  NameDescription
Public methodEquals
Returns whether the value of the given object is equal to the current System.ComponentModel.CategoryAttribute.
(Overrides AttributeEquals(Object).)
Public methodGetHashCode
Returns the hash code for this attribute.
(Overrides AttributeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsDefaultAttribute
Determines if this attribute is the default.
(Overrides AttributeIsDefaultAttribute.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyStatic memberAction
Gets a System.ComponentModel.CategoryAttribute representing the Action category.
Public propertyStatic memberAppearance
Gets a System.ComponentModel.CategoryAttribute representing the Appearance category.
Public propertyStatic memberBehavior
Gets a System.ComponentModel.CategoryAttribute representing the Behavior category.
Public propertyCategory
Gets the name of the category for the property or event that this attribute is applied to.
Public propertyStatic memberData
Gets a System.ComponentModel.CategoryAttribute representing the Data category.
Public propertyStatic memberDefault
Gets a System.ComponentModel.CategoryAttribute representing the Default category.
Public propertyStatic memberDesign
Gets a System.ComponentModel.CategoryAttribute representing the Design category.
Public propertyStatic memberDragDrop
Gets a System.ComponentModel.CategoryAttribute representing the DragDrop category.
Public propertyStatic memberFocus
Gets a System.ComponentModel.CategoryAttribute representing the Focus category.
Public propertyStatic memberFormat
Gets a System.ComponentModel.CategoryAttribute representing the Format category.
Public propertyStatic memberKey
Gets a System.ComponentModel.CategoryAttribute representing the Key category.
Public propertyStatic memberLayout
Gets a System.ComponentModel.CategoryAttribute representing the Layout category.
Public propertyStatic memberMouse
Gets a System.ComponentModel.CategoryAttribute representing the Mouse category.
Public propertyStatic memberWindowStyle
Gets a System.ComponentModel.CategoryAttribute representing the WindowStyle category.
Top
See Also