C# Class ComponentFactory.Krypton.Toolkit.ViewDrawMenuHeading

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.

ViewDrawMenuHeading ( KryptonContextMenuHeading heading, PaletteTripleRedirect palette ) : System

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

ViewDrawMenuHeading() public méthode

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.
Résultat System