C# Класс ComponentFactory.Krypton.Toolkit.ViewLayoutColorStack

Наследование: ViewLayoutStack
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Render() публичный Метод

Perform a render of the elements.
public Render ( RenderContext context ) : void
context RenderContext Rendering context.
Результат void

RenderAfter() публичный Метод

Perform rendering after child elements are rendered.
public RenderAfter ( RenderContext context ) : void
context RenderContext Rendering context.
Результат void

RenderBefore() публичный Метод

Perform rendering before child elements are rendered.
public RenderBefore ( RenderContext context ) : void
context RenderContext Rendering context.
Результат void

ToString() публичный Метод

Obtains the String representation of this instance.
public ToString ( ) : string
Результат string

ViewLayoutColorStack() публичный Метод

Initialize a new instance of the ViewLayoutStack class.
public ViewLayoutColorStack ( ) : System
Результат System