C# Class ComponentFactory.Krypton.Toolkit.ViewDrawMenuColorColumn

Positions the child within a border that is drawn as the column background color.
Inheritance: ViewComposite
Afficher le fichier Open project: Cocotteseb/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
Layout ( ViewLayoutContext context ) : void

Perform a layout of the elements.

RenderBefore ( RenderContext context ) : void

Perform rendering before child elements are rendered.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawMenuColorColumn ( IContextMenuProvider provider, KryptonContextMenuColorColumns colorColumns, Color colors, int start, int end, bool enabled ) : System

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

RenderBefore() public méthode

Perform rendering before child elements are rendered.
public RenderBefore ( RenderContext context ) : void
context RenderContext Rendering context.
Résultat void

ToString() public méthode

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

ViewDrawMenuColorColumn() public méthode

Initialize a new instance of the ViewDrawMenuColorColumn class.
public ViewDrawMenuColorColumn ( IContextMenuProvider provider, KryptonContextMenuColorColumns colorColumns, Color colors, int start, int end, bool enabled ) : System
provider IContextMenuProvider Reference to provider.
colorColumns KryptonContextMenuColorColumns Reference to owning color columns entry.
colors Color Set of colors to initialize from.
start int Stating index to use.
end int Ending index to use.
enabled bool Is this column enabled
Résultat System