C# Класс ComponentFactory.Krypton.Toolkit.ViewDrawMenuMonthCalendar

Draw element for a context menu month calendar.
Наследование: ViewComposite, IKryptonMonthCalendar
Показать файл Открыть проект

Открытые методы

Метод Описание
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