C# Class System.ComponentModel.DesignerCategoryAttribute

Inheritance: System.Attribute
Datei anzeigen 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_oe static_oe property

public static DesignerCategoryAttribute,System.ComponentModel Component
return DesignerCategoryAttribute

Default public_oe static_oe property

public static DesignerCategoryAttribute,System.ComponentModel Default
return DesignerCategoryAttribute

Form public_oe static_oe property

public static DesignerCategoryAttribute,System.ComponentModel Form
return DesignerCategoryAttribute

Generic public_oe static_oe property

public static DesignerCategoryAttribute,System.ComponentModel Generic
return DesignerCategoryAttribute