메소드 | 설명 | |
---|---|---|
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.
|
|
ViewDrawWeekNumbers ( IKryptonMonthCalendar calendar, |
Initialize a new instance of the ViewDrawWeekNumbers class.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Release unmanaged and optionally managed resources.
|
메소드 | 설명 | |
---|---|---|
DisplayWeekNumber ( System.DateTime displayDate, System.DateTime &weekDate ) : bool | ||
GetWeekNumber ( System.DateTime dt ) : int |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Called from Dispose method. |
리턴 | void |
public GetImage ( PaletteState state ) : Image | ||
state | PaletteState | The state for which the image is needed. |
리턴 | Image |
public GetImageTransparentColor ( PaletteState state ) : Color | ||
state | PaletteState | The state for which the image is needed. |
리턴 | Color |
public GetPreferredSize ( |
||
context | Layout context. | |
리턴 |
public Layout ( |
||
context | Layout context. | |
리턴 | void |
public RenderBefore ( |
||
context | Rendering context. | |
리턴 | void |
public ViewDrawWeekNumbers ( IKryptonMonthCalendar calendar, |
||
calendar | IKryptonMonthCalendar | Reference to calendar provider. |
months | Reference to months instance. | |
리턴 | System |