C# Class ComponentFactory.Krypton.Toolkit.ViewDrawMenuColorColumns

Draw element for a context menu color columns.
Inheritance: ViewComposite
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
Layout ( ViewLayoutContext context ) : void

Perform a layout of the elements.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawMenuColorColumns ( IContextMenuProvider provider, KryptonContextMenuColorColumns colorColumns ) : System

Initialize a new instance of the ViewDrawMenuColorColumns class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Release unmanaged and optionally managed resources.

Private Methods

Méthode Description
CreateColumns ( IContextMenuProvider provider, KryptonContextMenuColorColumns colorColumns, Color colors, int start, int end, bool enabled ) : ViewLayoutStack
OnSelectedColorChanged ( object sender, ColorEventArgs e ) : void

Method Details

Dispose() protected méthode

Release unmanaged and optionally managed resources.
protected Dispose ( bool disposing ) : void
disposing bool Called from Dispose method.
Résultat void

Layout() public méthode

Perform a layout of the elements.
public Layout ( ViewLayoutContext context ) : void
context ViewLayoutContext Layout context.
Résultat void

ToString() public méthode

Obtains the String representation of this instance.
public ToString ( ) : string
Résultat string

ViewDrawMenuColorColumns() public méthode

Initialize a new instance of the ViewDrawMenuColorColumns class.
public ViewDrawMenuColorColumns ( IContextMenuProvider provider, KryptonContextMenuColorColumns colorColumns ) : System
provider IContextMenuProvider Reference to provider.
colorColumns KryptonContextMenuColorColumns Reference to owning color columns entry.
Résultat System