DesignerCategoryAttribute Constructors

Definition

Initializes a new instance of the DesignerCategoryAttribute class.

Overloads

DesignerCategoryAttribute()

Initializes a new instance of the DesignerCategoryAttribute class with an empty string ("").

DesignerCategoryAttribute(String)

Initializes a new instance of the DesignerCategoryAttribute class with the given category name.

DesignerCategoryAttribute()

Source:
DesignerCategoryAttribute.cs
Source:
DesignerCategoryAttribute.cs
Source:
DesignerCategoryAttribute.cs

Initializes a new instance of the DesignerCategoryAttribute class with an empty string ("").

public:
 DesignerCategoryAttribute();
public DesignerCategoryAttribute ();
Public Sub New ()

Applies to

DesignerCategoryAttribute(String)

Source:
DesignerCategoryAttribute.cs
Source:
DesignerCategoryAttribute.cs
Source:
DesignerCategoryAttribute.cs

Initializes a new instance of the DesignerCategoryAttribute class with the given category name.

public:
 DesignerCategoryAttribute(System::String ^ category);
public DesignerCategoryAttribute (string category);
new System.ComponentModel.DesignerCategoryAttribute : string -> System.ComponentModel.DesignerCategoryAttribute
Public Sub New (category As String)

Parameters

category
String

The name of the category.

Applies to