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

Draw element for a context menu month calendar.
상속: ViewComposite, IKryptonMonthCalendar
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
GetRenderer ( ) : IRenderer

Get the renderer.

Layout ( ViewLayoutContext context ) : void

Perform a layout of the elements.

SetBoldedOverride ( bool bolded ) : void

Update usage of bolded overrides.

SetFocusOverride ( bool focus ) : void

Update usage of focus overrides.

SetSelectionRange ( System.DateTime start, System.DateTime end ) : void

Set the selection range.

SetTodayOverride ( bool today ) : void

Update usage of today overrides.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawMenuMonthCalendar ( IContextMenuProvider provider, KryptonContextMenuMonthCalendar monthCalendar ) : System

Initialize a new instance of the ViewDrawMenuMonthCalendar class.

보호된 메소드들

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

Release unmanaged and optionally managed resources.

메소드 상세

Dispose() 보호된 메소드

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

GetRenderer() 공개 메소드

Get the renderer.
public GetRenderer ( ) : IRenderer
리턴 IRenderer

Layout() 공개 메소드

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

SetBoldedOverride() 공개 메소드

Update usage of bolded overrides.
public SetBoldedOverride ( bool bolded ) : void
bolded bool New bolded state.
리턴 void

SetFocusOverride() 공개 메소드

Update usage of focus overrides.
public SetFocusOverride ( bool focus ) : void
focus bool Should show focus.
리턴 void

SetSelectionRange() 공개 메소드

Set the selection range.
public SetSelectionRange ( System.DateTime start, System.DateTime end ) : void
start System.DateTime New starting date.
end System.DateTime New ending date.
리턴 void

SetTodayOverride() 공개 메소드

Update usage of today overrides.
public SetTodayOverride ( bool today ) : void
today bool New today state.
리턴 void

ToString() 공개 메소드

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

ViewDrawMenuMonthCalendar() 공개 메소드

Initialize a new instance of the ViewDrawMenuMonthCalendar class.
public ViewDrawMenuMonthCalendar ( IContextMenuProvider provider, KryptonContextMenuMonthCalendar monthCalendar ) : System
provider IContextMenuProvider Reference to provider.
monthCalendar KryptonContextMenuMonthCalendar Reference to owning month calendar entry.
리턴 System