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

Extends the ViewDrawDocker for use in the KryptonGroupBox.
상속: ViewDrawDocker
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

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