C# Class System.ComponentModel.DesignerCategoryAttribute

Inheritance: System.Attribute
Show file Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
Component DesignerCategoryAttribute
Default DesignerCategoryAttribute
Form DesignerCategoryAttribute
Generic DesignerCategoryAttribute

Public Methods

Method Description
DesignerCategoryAttribute ( )
DesignerCategoryAttribute ( string category )
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsDefaultAttribute ( ) : bool

Method Details

DesignerCategoryAttribute() public method

DesignerCategoryAttribute() public method

public DesignerCategoryAttribute ( string category )
category string

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsDefaultAttribute() public method

public IsDefaultAttribute ( ) : bool
return bool

Property Details

Component public static property

public static DesignerCategoryAttribute,System.ComponentModel Component
return DesignerCategoryAttribute

Default public static property

public static DesignerCategoryAttribute,System.ComponentModel Default
return DesignerCategoryAttribute

Form public static property

public static DesignerCategoryAttribute,System.ComponentModel Form
return DesignerCategoryAttribute

Generic public static property

public static DesignerCategoryAttribute,System.ComponentModel Generic
return DesignerCategoryAttribute