Method | Description | |
---|---|---|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
Layout ( |
Perform a layout of the elements.
|
|
RemoveFixed ( ) : void |
Remove the fixed appearance of the button.
|
|
RenderAfter ( |
Perform rendering after child elements are rendered.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawDateTimeButton ( KryptonDateTimePicker dateTimePicker, IPaletteTriple paletteState, IPaletteMetric paletteMetric, IContentValues buttonValues, DrawDateTimeGlyph glyph, NeedPaintHandler needPaintHandler, bool repeat ) : System |
Initialize a new instance of the ViewDrawButton class.
|
Method | Description | |
---|---|---|
CheckPaletteState ( |
Check that the palette and state are correct.
|
|
OnButtonClick ( object sender, MouseEventArgs e ) : void |
Raises the Click event.
|
|
OnButtonMouseSelect ( object sender, MouseEventArgs e ) : void |
Raises the MouseSelect event.
|
protected CheckPaletteState ( |
||
context | Reference to the view context. | |
return | void |
public GetPreferredSize ( |
||
context | Layout context. | |
return |
public Layout ( |
||
context | Layout context. | |
return | void |
protected OnButtonClick ( object sender, MouseEventArgs e ) : void | ||
sender | object | Source of the event. |
e | MouseEventArgs | Event arguments assocaited with the event. |
return | void |
protected OnButtonMouseSelect ( object sender, MouseEventArgs e ) : void | ||
sender | object | Source of the event. |
e | MouseEventArgs | Event arguments assocaited with the event. |
return | void |
public RenderAfter ( |
||
context | Rendering context. | |
return | void |
public ViewDrawDateTimeButton ( KryptonDateTimePicker dateTimePicker, IPaletteTriple paletteState, IPaletteMetric paletteMetric, IContentValues buttonValues, DrawDateTimeGlyph glyph, NeedPaintHandler needPaintHandler, bool repeat ) : System | ||
dateTimePicker | KryptonDateTimePicker | Owning control. |
paletteState | IPaletteTriple | Palette source for states. |
paletteMetric | IPaletteMetric | Palette source for metric values. |
buttonValues | IContentValues | Source for content values. |
glyph | DrawDateTimeGlyph | Glyph to be drawn. |
needPaintHandler | NeedPaintHandler | Delegate for requests repainting. |
repeat | bool | Should button repeat. |
return | System |