Method | Description | |
---|---|---|
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.
|
|
ViewDrawMonthDayNames ( IKryptonMonthCalendar calendar, |
Initialize a new instance of the ViewDrawMonthDayNames class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Release unmanaged and optionally managed resources.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Called from Dispose method. |
return | void |
public GetImage ( PaletteState state ) : Image | ||
state | PaletteState | The state for which the image is needed. |
return | Image |
public GetImageTransparentColor ( PaletteState state ) : Color | ||
state | PaletteState | The state for which the image is needed. |
return | Color |
public GetPreferredSize ( |
||
context | Layout context. | |
return |
public Layout ( |
||
context | Layout context. | |
return | void |
public RenderBefore ( |
||
context | Rendering context. | |
return | void |
public ViewDrawMonthDayNames ( IKryptonMonthCalendar calendar, |
||
calendar | IKryptonMonthCalendar | Reference to calendar provider. |
months | Reference to months instance. | |
return | System |