C# Class ComponentFactory.Krypton.Toolkit.ViewDrawGroupBoxDocker

Extends the ViewDrawDocker for use in the KryptonGroupBox.
Inheritance: ViewDrawDocker
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

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

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

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

RenderBorder() public méthode

Draw the canvas border.
public RenderBorder ( RenderContext context ) : void
context RenderContext
Résultat void

ToString() public méthode

Obtains the String representation of this instance.
public ToString ( ) : string
Résultat string

ViewDrawGroupBoxDocker() public méthode

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.
Résultat System