Class YearNumericUpDown
Represents NumericUpDown for MonthCalendarAdv.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class YearNumericUpDown : NumericUpDownExt, IThemeProvider, IThemedControl, INonClientPaintingSupport, ISupportOffice2007Theme, IVisualStyle
Constructors
YearNumericUpDown()
Declaration
public YearNumericUpDown()
Methods
Buttons_Paint(Object, PaintEventArgs)
Declaration
protected override void Buttons_Paint(object sender, PaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
System.Windows.Forms.PaintEventArgs | e |
Overrides
DrawOffice2007ButtonBackground(Graphics, Rectangle, ButtonID, ButtonState)
Draws background of the up/down button for MonthCalendarAdv with Office2007 visual style.
Declaration
protected override void DrawOffice2007ButtonBackground(Graphics g, Rectangle rect, ButtonID button, ButtonState state)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g | Graphics object |
System.Drawing.Rectangle | rect | Rectangle object |
ButtonID | button | Button ID |
System.Windows.Forms.ButtonState | state | Button State |
Overrides
DrawOffice2007ButtonBorder(Graphics, Rectangle, ButtonID, ButtonState)
Draws border of the up/down button for MonthCalendarAdv with Office2007 visual style.
Declaration
protected override void DrawOffice2007ButtonBorder(Graphics g, Rectangle rect, ButtonID button, ButtonState state)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g | Graphics Object |
System.Drawing.Rectangle | rect | Rectangle object |
ButtonID | button | Button ID |
System.Windows.Forms.ButtonState | state | Button State |