C# 클래스 ComponentFactory.Krypton.Toolkit.ViewDrawNull

Draw a red rectangle in the location of the null element.
상속: ViewLayoutNull
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
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.

메소드 상세

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

ViewDrawNull() 공개 메소드

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