C# Class ComponentFactory.Krypton.Toolkit.ViewLayoutColorStack

Inheritance: ViewLayoutStack
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

RenderAfter() public méthode

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

ViewLayoutColorStack() public méthode

Initialize a new instance of the ViewLayoutStack class.
public ViewLayoutColorStack ( ) : System
Résultat System