C# Класс ComponentFactory.Quicksilver.Layout.Design.ToolboxCategoryAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ToolboxCategoryAttribute() публичный Метод

Initialize a new instance of the ToolboxCategoryAttribute class.
public ToolboxCategoryAttribute ( string categoryPath ) : System
categoryPath string Category name.
Результат System

ToolboxCategoryAttribute() публичный Метод

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.
Результат System