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.
|
|
GetShortText ( ) : string |
Gets the content short text.
|
|
Layout ( |
Perform a layout of the elements.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawToday ( IKryptonMonthCalendar calendar, IPaletteTriple paletteDisabled, IPaletteTriple paletteNormal, IPaletteTriple paletteTracking, IPaletteTriple palettePressed, NeedPaintHandler needPaintHandler ) : System |
Initialize a new instance of the ViewDrawToday class.
|
Method | Description | |
---|---|---|
OnClick ( object sender, MouseEventArgs e ) : 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 Layout ( |
||
context | Layout context. | |
return | void |
public ViewDrawToday ( IKryptonMonthCalendar calendar, IPaletteTriple paletteDisabled, IPaletteTriple paletteNormal, IPaletteTriple paletteTracking, IPaletteTriple palettePressed, NeedPaintHandler needPaintHandler ) : System | ||
calendar | IKryptonMonthCalendar | Provider of month calendar values. |
paletteDisabled | IPaletteTriple | Palette source for the disabled state. |
paletteNormal | IPaletteTriple | Palette source for the normal state. |
paletteTracking | IPaletteTriple | Palette source for the tracking state. |
palettePressed | IPaletteTriple | Palette source for the pressed state. |
needPaintHandler | NeedPaintHandler | Delegate for requested repainting. |
return | System |