Méthode | Description | |
---|---|---|
GetRenderer ( ) : IRenderer |
Get the renderer.
|
|
Layout ( |
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, |
Initialize a new instance of the ViewDrawMenuMonthCalendar class.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Release unmanaged and optionally managed resources.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Called from Dispose method. |
Résultat | void |
public Layout ( |
||
context | Layout context. | |
Résultat | void |
public SetBoldedOverride ( bool bolded ) : void | ||
bolded | bool | New bolded state. |
Résultat | void |
public SetFocusOverride ( bool focus ) : void | ||
focus | bool | Should show focus. |
Résultat | void |
public SetSelectionRange ( System.DateTime start, System.DateTime end ) : void | ||
start | System.DateTime | New starting date. |
end | System.DateTime | New ending date. |
Résultat | void |
public SetTodayOverride ( bool today ) : void | ||
today | bool | New today state. |
Résultat | void |
public ViewDrawMenuMonthCalendar ( IContextMenuProvider provider, |
||
provider | IContextMenuProvider | Reference to provider. |
monthCalendar | Reference to owning month calendar entry. | |
Résultat | System |