C# 클래스 ComponentFactory.Quicksilver.Layout.Design.ToolboxCategoryAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: ComponentFactory/Quicksilver

공개 메소드들

메소드 설명
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