C# Класс ComponentFactory.Krypton.Toolkit.KryptonGroupPanelDesigner

Наследование: KryptonPanelDesigner, IKryptonDesignerSelect
Показать файл Открыть проект

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

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