C# Class ComponentFactory.Krypton.Toolkit.ViewDrawMenuMonthCalendar

Draw element for a context menu month calendar.
Inheritance: ViewComposite, IKryptonMonthCalendar
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Release unmanaged and optionally managed resources.

Method Details

Dispose() protected méthode

Release unmanaged and optionally managed resources.
protected Dispose ( bool disposing ) : void
disposing bool Called from Dispose method.
Résultat void

GetRenderer() public méthode

Get the renderer.
public GetRenderer ( ) : IRenderer
Résultat IRenderer

Layout() public méthode

Perform a layout of the elements.
public Layout ( ViewLayoutContext context ) : void
context ViewLayoutContext Layout context.
Résultat void

SetBoldedOverride() public méthode

Update usage of bolded overrides.
public SetBoldedOverride ( bool bolded ) : void
bolded bool New bolded state.
Résultat void

SetFocusOverride() public méthode

Update usage of focus overrides.
public SetFocusOverride ( bool focus ) : void
focus bool Should show focus.
Résultat void

SetSelectionRange() public méthode

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.
Résultat void

SetTodayOverride() public méthode

Update usage of today overrides.
public SetTodayOverride ( bool today ) : void
today bool New today state.
Résultat void

ToString() public méthode

Obtains the String representation of this instance.
public ToString ( ) : string
Résultat string

ViewDrawMenuMonthCalendar() public méthode

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.
Résultat System