class CategoryAttribute

in global :: System . ComponentModel

Specifies the name of the category in which to group the property or event when displayed in a control set to Categorized mode.


public CategoryAttribute( string category )

Initializes a new instance of the class using the specified category name.

  • category The name of the category.

public static CategoryAttribute Action { get; }

Gets a representing the Action category.

  • Returns A for the action category.

public static CategoryAttribute Appearance { get; }

Gets a representing the Appearance category.

  • Returns A for the appearance category.

public static CategoryAttribute Asynchronous { get; }

Gets a representing the Asynchronous category.

  • Returns A for the asynchronous category.

public static CategoryAttribute Behavior { get; }

Gets a representing the Behavior category.

  • Returns A for the behavior category.

public string Category { get; }

Gets the name of the category for the property or event that this attribute is applied to.

  • Returns The name of the category for the property or event that this attribute is applied to.

public static CategoryAttribute Data { get; }

Gets a representing the Data category.

  • Returns A for the data category.

public static CategoryAttribute Default { get; }

Gets a representing the Default category.

  • Returns A for the default category.

public static CategoryAttribute Design { get; }

Gets a representing the Design category.

  • Returns A for the design category.

public static CategoryAttribute DragDrop { get; }

Gets a representing the DragDrop category.

  • Returns A for the drag-and-drop category.

public bool Equals( object obj )

Returns whether the value of the given object is equal to the current .

  • obj The object to test the value equality of.
  • Returns if the value of the given object is equal to that of the current; otherwise, .

public static CategoryAttribute Focus { get; }

Gets a representing the Focus category.

  • Returns A for the focus category.

public static CategoryAttribute Format { get; }

Gets a representing the Format category.

  • Returns A for the format category.

public static CategoryAttribute Key { get; }

Gets a representing the Key category.

  • Returns A for the key category.

public static CategoryAttribute Layout { get; }

Gets a representing the Layout category.

  • Returns A for the layout category.

public static CategoryAttribute Mouse { get; }

Gets a representing the Mouse category.

  • Returns A for the mouse category.

public static CategoryAttribute WindowStyle { get; }

Gets a representing the WindowStyle category.

  • Returns A for the window style category.

public CategoryAttribute( )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public bool IsDefaultAttribute( )

😔 No documentation found.

public object TypeId { get; }

😔 No documentation found.

public bool Match( object obj )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.