C# Class ComponentFactory.Krypton.Toolkit.ViewDrawMenuColorColumn

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

Public Methods

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

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

RenderBefore() public method

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

ToString() public method

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

ViewDrawMenuColorColumn() public method

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