C# Класс ComponentFactory.Krypton.Ribbon.KryptonGalleryDesigner

Наследование: System.Windows.Forms.Design.ParentControlDesigner
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CanParent ( Control control ) : bool

Indicates whether the specified control can be a child of the control managed by a designer.

Initialize ( IComponent component ) : void

Initializes the designer with the specified component.

KryptonGalleryDesigner ( ) : System

Initialize a new instance of the KryptonGalleryDesigner class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Releases all resources used by the component.

Приватные методы

Метод Описание
OnComponentRemoving ( object sender, ComponentEventArgs e ) : void

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

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

Indicates whether the specified control can be a child of the control managed by a designer.
public CanParent ( Control control ) : bool
control System.Windows.Forms.Control The Control to test.
Результат bool

Dispose() защищенный Метод

Releases all resources used by the component.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Результат void

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

Initializes the designer with the specified component.
public Initialize ( IComponent component ) : void
component IComponent The IComponent to associate the designer with.
Результат void

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

Initialize a new instance of the KryptonGalleryDesigner class.
public KryptonGalleryDesigner ( ) : System
Результат System