Method | Description | |
---|---|---|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
Layout ( |
Perform a layout of the elements.
|
|
RenderAfter ( |
Perform rendering after child elements are rendered.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawMonthUpDown ( IPaletteTriple paletteState, IPaletteMetric paletteMetric, IContentValues buttonValues, DrawMonthCalendarGlyph glyph, NeedPaintHandler needPaintHandler ) : System |
Initialize a new instance of the ViewDrawMonthUpDown class.
|
Method | Description | |
---|---|---|
OnButtonClick ( object sender, MouseEventArgs e ) : void |
Raises the Click event.
|
|
OnButtonMouseSelect ( object sender, MouseEventArgs e ) : void |
Raises the MouseSelect event.
|
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 ViewDrawMonthUpDown ( IPaletteTriple paletteState, IPaletteMetric paletteMetric, IContentValues buttonValues, DrawMonthCalendarGlyph glyph, NeedPaintHandler needPaintHandler ) : System | ||
paletteState | IPaletteTriple | Palette source for states. |
paletteMetric | IPaletteMetric | Palette source for metric values. |
buttonValues | IContentValues | Source for content values. |
glyph | DrawMonthCalendarGlyph | Glyph to be drawn. |
needPaintHandler | NeedPaintHandler | Delegate for requests repainting. |
return | System |