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

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

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

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

Initializes the designer with the specified component.

KryptonRibbonGroupClusterColorButtonDesigner ( ) : System

Initialize a new instance of the KryptonRibbonGroupClusterColorButtonDesigner class.

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

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

Releases all resources used by the component.

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

Метод Описание
OnChecked ( object sender, EventArgs e ) : void
OnComponentChanged ( object sender, ComponentChangedEventArgs e ) : void
OnContextMenu ( object sender, MouseEventArgs e ) : void
OnDeleteButton ( object sender, EventArgs e ) : void
OnEnabled ( object sender, EventArgs e ) : void
OnMoveFirst ( object sender, EventArgs e ) : void
OnMoveLast ( object sender, EventArgs e ) : void
OnMoveNext ( object sender, EventArgs e ) : void
OnMovePrevious ( object sender, EventArgs e ) : void
OnToggleHelpers ( object sender, EventArgs e ) : void
OnTypeCheck ( object sender, EventArgs e ) : void
OnTypeDropDown ( object sender, EventArgs e ) : void
OnTypePush ( object sender, EventArgs e ) : void
OnTypeSplit ( object sender, EventArgs e ) : void
OnVisible ( object sender, EventArgs e ) : void
UpdateVerbStatus ( ) : 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

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

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