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

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

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

Метод Описание
Initialize ( IComponent component ) : void

Initializes the designer with the specified component.

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

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

Releases all resources used by the component.

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

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

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

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