C# Class ComponentFactory.Krypton.Toolkit.ViewDrawMenuHeading

Inheritance: ViewComposite
Datei anzeigen Open project: ComponentFactory/Krypton

Public Methods

Method Description
Layout ( ViewLayoutContext context ) : void

Perform a layout of the elements.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawMenuHeading ( KryptonContextMenuHeading heading, PaletteTripleRedirect palette ) : System

Initialize a new instance of the ViewDrawMenuHeading 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

ViewDrawMenuHeading() public method

Initialize a new instance of the ViewDrawMenuHeading class.
public ViewDrawMenuHeading ( KryptonContextMenuHeading heading, PaletteTripleRedirect palette ) : System
heading KryptonContextMenuHeading Reference to owning heading entry.
palette PaletteTripleRedirect Reference to palette source.
return System