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

Positions the child within a border that is drawn as the column background color.
상속: ViewComposite
파일 보기 프로젝트 열기: Cocotteseb/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
Layout ( ViewLayoutContext context ) : void

Perform a layout of the elements.

RenderBefore ( RenderContext context ) : void

Perform rendering before child elements are rendered.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawMenuColorColumn ( IContextMenuProvider provider, KryptonContextMenuColorColumns colorColumns, Color colors, int start, int end, bool enabled ) : System

Initialize a new instance of the ViewDrawMenuColorColumn class.

메소드 상세

Layout() 공개 메소드

Perform a layout of the elements.
public Layout ( ViewLayoutContext context ) : void
context ViewLayoutContext Layout context.
리턴 void

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

ViewDrawMenuColorColumn() 공개 메소드

Initialize a new instance of the ViewDrawMenuColorColumn class.
public ViewDrawMenuColorColumn ( IContextMenuProvider provider, KryptonContextMenuColorColumns colorColumns, Color colors, int start, int end, bool enabled ) : System
provider IContextMenuProvider Reference to provider.
colorColumns KryptonContextMenuColorColumns Reference to owning color columns entry.
colors Color Set of colors to initialize from.
start int Stating index to use.
end int Ending index to use.
enabled bool Is this column enabled
리턴 System