C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupLabelDesigner

Inheritance: System.ComponentModel.Design.ComponentDesigner
Afficher le fichier Open project: ComponentFactory/Krypton

Private Properties

Свойство Type Description
OnComponentChanged void
OnContextMenu void
OnDeleteLabel void
OnEnabled void
OnMoveFirst void
OnMoveLast void
OnMoveNext void
OnMovePrevious void
OnToggleHelpers void
OnVisible void
UpdateVerbStatus void

Méthodes publiques

Méthode Description
Initialize ( IComponent component ) : void

Initializes the designer with the specified component.

KryptonRibbonGroupLabelDesigner ( ) : System

Initialize a new instance of the KryptonRibbonGroupLabelDesigner class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases all resources used by the component.

Private Methods

Méthode Description
OnComponentChanged ( object sender, ComponentChangedEventArgs e ) : void
OnContextMenu ( object sender, MouseEventArgs e ) : void
OnDeleteLabel ( 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
OnVisible ( object sender, EventArgs e ) : void
UpdateVerbStatus ( ) : void

Method Details

Dispose() protected méthode

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.
Résultat void

Initialize() public méthode

Initializes the designer with the specified component.
public Initialize ( IComponent component ) : void
component IComponent The IComponent to associate the designer with.
Résultat void

KryptonRibbonGroupLabelDesigner() public méthode

Initialize a new instance of the KryptonRibbonGroupLabelDesigner class.
public KryptonRibbonGroupLabelDesigner ( ) : System
Résultat System