C# Class ComponentFactory.Krypton.Toolkit.ViewDrawMenuImageColumn

Inheritance: ViewDrawDocker
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method 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 method

Perform a layout of the elements.
public Layout ( ViewLayoutContext context ) : void
context ViewLayoutContext Layout context.
return void

ToString() public method

Obtains the String representation of this instance.
public ToString ( ) : string
return string

ViewDrawMenuImageColumn() public method

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.
return System