C# Class ComponentFactory.Krypton.Toolkit.ViewDrawMenuImageColumn

Inheritance: ViewDrawDocker
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

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.

ViewDrawMenuImageColumn ( KryptonContextMenuItems items, PaletteDoubleRedirect palette ) : System

Initialize a new instance of the ViewDrawMenuImageColumn class.

Method Details

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

ViewDrawMenuImageColumn() public méthode

Initialize a new instance of the ViewDrawMenuImageColumn class.
public ViewDrawMenuImageColumn ( KryptonContextMenuItems items, PaletteDoubleRedirect palette ) : System
items KryptonContextMenuItems Reference to the owning collection.
palette PaletteDoubleRedirect Palette for obtaining drawing values.
Résultat System