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

Extends the ViewDrawDocker for use in the KryptonGroupBox.
Наследование: ViewDrawDocker
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
EvalTransparentPaint ( ViewContext context ) : bool

Evaluate the need for drawing transparent areas.

RenderAfter ( RenderContext context ) : void

Perform rendering after child elements are rendered.

RenderBefore ( RenderContext context ) : void

Perform rendering before child elements are rendered.

RenderBorder ( RenderContext context ) : void

Draw the canvas border.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawGroupBoxDocker ( IPaletteBack paletteBack, IPaletteBorder paletteBorder ) : System

Initialize a new instance of the ViewDrawGroupBoxDocker class.

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

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

Evaluate the need for drawing transparent areas.
public EvalTransparentPaint ( ViewContext context ) : bool
context ViewContext Evaluation context.
Результат bool

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

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

Draw the canvas border.
public RenderBorder ( RenderContext context ) : void
context RenderContext
Результат void

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

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

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

Initialize a new instance of the ViewDrawGroupBoxDocker class.
public ViewDrawGroupBoxDocker ( IPaletteBack paletteBack, IPaletteBorder paletteBorder ) : System
paletteBack IPaletteBack Palette source for the background.
paletteBorder IPaletteBorder Palette source for the border.
Результат System