C# Class ComponentFactory.Quicksilver.Layout.Design.ToolboxCategoryAttribute

Inheritance: System.Attribute
Show file Open project: ComponentFactory/Quicksilver

Public Methods

Method Description
ToolboxCategoryAttribute ( string categoryPath ) : System

Initialize a new instance of the ToolboxCategoryAttribute class.

ToolboxCategoryAttribute ( string categoryPath, bool alwaysShows ) : System

Initialize a new instance of the ToolboxCategoryAttribute class.

Method Details

ToolboxCategoryAttribute() public method

Initialize a new instance of the ToolboxCategoryAttribute class.
public ToolboxCategoryAttribute ( string categoryPath ) : System
categoryPath string Category name.
return System

ToolboxCategoryAttribute() public method

Initialize a new instance of the ToolboxCategoryAttribute class.
public ToolboxCategoryAttribute ( string categoryPath, bool alwaysShows ) : System
categoryPath string Category name.
alwaysShows bool Always show in this category.
return System