C# Class ComponentFactory.Krypton.Toolkit.ViewDrawGroupBoxDocker

Extends the ViewDrawDocker for use in the KryptonGroupBox.
Inheritance: ViewDrawDocker
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
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.

Method Details

EvalTransparentPaint() public method

Evaluate the need for drawing transparent areas.
public EvalTransparentPaint ( ViewContext context ) : bool
context ViewContext Evaluation context.
return bool

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

RenderBorder() public method

Draw the canvas border.
public RenderBorder ( RenderContext context ) : void
context RenderContext
return void

ToString() public method

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

ViewDrawGroupBoxDocker() public method

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