C# 클래스 ComponentFactory.Krypton.Toolkit.KryptonGroupPanelDesigner

상속: KryptonPanelDesigner, IKryptonDesignerSelect
파일 보기 프로젝트 열기: Cocotteseb/Krypton

공개 메소드들

메소드 설명
CanBeParentedTo ( IDesigner parentDesigner ) : bool

Indicates if this designer's control can be parented by the control of the specified designer.

Initialize ( IComponent component ) : void

Initializes the designer with the specified component.

SelectParentControl ( ) : void

Select the control that contains the group panel.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

PreFilterProperties ( IDictionary properties ) : void

Allows a designer to add to the set of properties that it exposes through a TypeDescriptor.

메소드 상세

CanBeParentedTo() 공개 메소드

Indicates if this designer's control can be parented by the control of the specified designer.
public CanBeParentedTo ( IDesigner parentDesigner ) : bool
parentDesigner IDesigner The IDesigner that manages the control to check.
리턴 bool

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Initialize() 공개 메소드

Initializes the designer with the specified component.
public Initialize ( IComponent component ) : void
component IComponent The IComponent to associate with the designer.
리턴 void

PreFilterProperties() 보호된 메소드

Allows a designer to add to the set of properties that it exposes through a TypeDescriptor.
protected PreFilterProperties ( IDictionary properties ) : void
properties IDictionary The properties for the class of the component.
리턴 void

SelectParentControl() 공개 메소드

Select the control that contains the group panel.
public SelectParentControl ( ) : void
리턴 void