C# Class ComponentFactory.Krypton.Toolkit.ViewLayoutColorStack

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

Public Methods

Method Description
Render ( RenderContext context ) : void

Perform a render of the elements.

RenderAfter ( RenderContext context ) : void

Perform rendering after child elements are rendered.

RenderBefore ( RenderContext context ) : void

Perform rendering before child elements are rendered.

ToString ( ) : string

Obtains the String representation of this instance.

ViewLayoutColorStack ( ) : System

Initialize a new instance of the ViewLayoutStack class.

Method Details

Render() public method

Perform a render of the elements.
public Render ( RenderContext context ) : void
context RenderContext Rendering context.
return void

RenderAfter() public method

Perform rendering after child elements are rendered.
public RenderAfter ( RenderContext context ) : void
context RenderContext Rendering 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

ViewLayoutColorStack() public method

Initialize a new instance of the ViewLayoutStack class.
public ViewLayoutColorStack ( ) : System
return System