C# Class ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupDesigner

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

Méthodes publiques

Méthode Description
Initialize ( IComponent component ) : void

Initializes the designer with the specified component.

KryptonRibbonGroupDesigner ( ) : System

Initialize a new instance of the KryptonRibbonGroupDesigner 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
OnAddGallery ( object sender, EventArgs e ) : void
OnAddLines ( object sender, EventArgs e ) : void
OnAddSep ( object sender, EventArgs e ) : void
OnAddTriple ( object sender, EventArgs e ) : void
OnClearItems ( object sender, EventArgs e ) : void
OnCollapsable ( object sender, EventArgs e ) : void
OnComponentChanged ( object sender, ComponentChangedEventArgs e ) : void
OnComponentRemoving ( object sender, ComponentEventArgs e ) : void
OnContextMenu ( object sender, MouseEventArgs e ) : void
OnDeleteGroup ( object sender, EventArgs e ) : void
OnDialogLauncher ( 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
OnMoveToTab ( object sender, EventArgs e ) : void
OnToggleHelpers ( object sender, EventArgs e ) : void
OnVisible ( object sender, EventArgs e ) : void
UpdateMoveToTab ( ) : 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

KryptonRibbonGroupDesigner() public méthode

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