C# Class ComponentFactory.Krypton.Toolkit.ViewDrawNull

Draw a red rectangle in the location of the null element.
Inheritance: ViewLayoutNull
Mostra file Open project: ComponentFactory/Krypton

Public Methods

Method Description
RenderBefore ( RenderContext context ) : void

Perform rendering before child elements are rendered.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawNull ( Color fillColor ) : System

Initialize a new instance of the ViewDrawNull class.

Method Details

RenderBefore() public method

Perform rendering before child elements are rendered.
public RenderBefore ( RenderContext context ) : void
context RenderContext Rendering context.
return void

ToString() public method

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

ViewDrawNull() public method

Initialize a new instance of the ViewDrawNull class.
public ViewDrawNull ( Color fillColor ) : System
fillColor Color Color to fill drawing area.
return System