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

Draw element for a context menu color columns.
상속: ViewComposite
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

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

Perform a layout of the elements.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawMenuColorColumns ( IContextMenuProvider provider, KryptonContextMenuColorColumns colorColumns ) : System

Initialize a new instance of the ViewDrawMenuColorColumns class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Release unmanaged and optionally managed resources.

비공개 메소드들

메소드 설명
CreateColumns ( IContextMenuProvider provider, KryptonContextMenuColorColumns colorColumns, Color colors, int start, int end, bool enabled ) : ViewLayoutStack
OnSelectedColorChanged ( object sender, ColorEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Release unmanaged and optionally managed resources.
protected Dispose ( bool disposing ) : void
disposing bool Called from Dispose method.
리턴 void

Layout() 공개 메소드

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

ToString() 공개 메소드

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

ViewDrawMenuColorColumns() 공개 메소드

Initialize a new instance of the ViewDrawMenuColorColumns class.
public ViewDrawMenuColorColumns ( IContextMenuProvider provider, KryptonContextMenuColorColumns colorColumns ) : System
provider IContextMenuProvider Reference to provider.
colorColumns KryptonContextMenuColorColumns Reference to owning color columns entry.
리턴 System