Méthode | Description | |
---|---|---|
DayFromPoint ( Point pt, bool exact ) : DateTime? |
Gets the day that is underneath the provided point.
|
|
DayNearPoint ( Point pt ) : System.DateTime |
Gets the button for the day that is nearest (date wise) to the point provided.
|
|
GetImage ( PaletteState state ) : Image |
Gets the content image.
|
|
GetImageTransparentColor ( PaletteState state ) : Color |
Gets the image color that should be transparent.
|
|
GetLongText ( ) : string |
Gets the content long text.
|
|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
GetShortText ( ) : string |
Gets the content short text.
|
|
Layout ( |
Perform a layout of the elements.
|
|
RenderBefore ( |
Perform rendering before child elements are rendered.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawMonthDays ( IKryptonMonthCalendar calendar, |
Initialize a new instance of the ViewDrawMonthDays class.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Release unmanaged and optionally managed resources.
|
Méthode | Description | |
---|---|---|
BoldedDate ( System.DateTime date ) : bool |
public DayFromPoint ( Point pt, bool exact ) : DateTime? | ||
pt | Point | Point to lookup. |
exact | bool | Exact requires that the day must be with the month range. |
Résultat | DateTime? |
public DayNearPoint ( Point pt ) : System.DateTime | ||
pt | Point | Point to lookup. |
Résultat | System.DateTime |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Called from Dispose method. |
Résultat | void |
public GetImage ( PaletteState state ) : Image | ||
state | PaletteState | The state for which the image is needed. |
Résultat | Image |
public GetImageTransparentColor ( PaletteState state ) : Color | ||
state | PaletteState | The state for which the image is needed. |
Résultat | Color |
public GetPreferredSize ( |
||
context | Layout context. | |
Résultat |
public Layout ( |
||
context | Layout context. | |
Résultat | void |
public RenderBefore ( |
||
context | Rendering context. | |
Résultat | void |
public ViewDrawMonthDays ( IKryptonMonthCalendar calendar, |
||
calendar | IKryptonMonthCalendar | Reference to calendar provider. |
months | Reference to months instance. | |
Résultat | System |