CategoryAttribute.Default Property

Definition

Gets a CategoryAttribute representing the Default category.

public:
 static property System::ComponentModel::CategoryAttribute ^ Default { System::ComponentModel::CategoryAttribute ^ get(); };
public static System.ComponentModel.CategoryAttribute Default { get; }
static member Default : System.ComponentModel.CategoryAttribute
Public Shared ReadOnly Property Default As CategoryAttribute

Property Value

A CategoryAttribute for the default category.

Applies to