menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class YearNumericUpDown - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class YearNumericUpDown

    Represents NumericUpDown for MonthCalendarAdv.

    Inheritance
    System.Object
    NumericUpDownExt
    YearNumericUpDown
    Implements
    IThemedControl
    IThemeProvider
    IVisualStyle
    INonClientPaintingSupport
    ISupportOffice2007Theme
    Inherited Members
    NumericUpDownExt.ApplyScaleToControl(Single)
    NumericUpDownExt.BackColor
    NumericUpDownExt.BeforeTouchSize
    NumericUpDownExt.Border3DStyle
    NumericUpDownExt.Border3DStyleChanged
    NumericUpDownExt.BorderColor
    NumericUpDownExt.BorderColorChanged
    NumericUpDownExt.BorderSides
    NumericUpDownExt.BorderSidesChanged
    NumericUpDownExt.BorderStyle
    NumericUpDownExt.CanApplyTheme
    NumericUpDownExt.CanOverrideStyle
    NumericUpDownExt.ColorScheme
    NumericUpDownExt.ControlName
    NumericUpDownExt.CreateAccessibilityInstance()
    NumericUpDownExt.CreateParams
    NumericUpDownExt.DefWndProc(Message)
    NumericUpDownExt.Dispose(Boolean)
    NumericUpDownExt.DrawOffice2007ButtonArrow(Graphics, Rectangle, ButtonID, ButtonState)
    NumericUpDownExt.DrawOffice2007Buttons(Graphics)
    NumericUpDownExt.EnableTouchMode
    NumericUpDownExt.Font
    NumericUpDownExt.GetActiveThemeName()
    NumericUpDownExt.GetControlName(String)
    NumericUpDownExt.HexValue
    NumericUpDownExt.INonClientPaintingSupport.NonClientPaint(PaintEventArgs, Rectangle, Rectangle)
    NumericUpDownExt.ISupportOffice2007Theme.EnableOffice2007Style()
    NumericUpDownExt.ISupportOffice2007Theme.Office2007ColorTheme
    NumericUpDownExt.IsVisualStyleEnabled
    NumericUpDownExt.IThemeProvider.BaseThemeName
    NumericUpDownExt.IVisualStyle.VisualTheme
    NumericUpDownExt.MaxLength
    NumericUpDownExt.MetroColor
    NumericUpDownExt.Office2010ColorScheme
    NumericUpDownExt.OnBackColorChanged(EventArgs)
    NumericUpDownExt.OnBorder3DStyleChanged(EventArgs)
    NumericUpDownExt.OnBorderColorChanged(EventArgs)
    NumericUpDownExt.OnBorderSidesChanged(EventArgs)
    NumericUpDownExt.OnCanApplyThemeChanged(Boolean)
    NumericUpDownExt.OnCanOverrideStyleChanged(Boolean)
    NumericUpDownExt.OnEnabledChanged(EventArgs)
    NumericUpDownExt.OnFontChanged(EventArgs)
    NumericUpDownExt.OnGotFocus(EventArgs)
    NumericUpDownExt.OnHandleCreated(EventArgs)
    NumericUpDownExt.OnHandleDestroyed(EventArgs)
    NumericUpDownExt.OnLayout(LayoutEventArgs)
    NumericUpDownExt.OnLostFocus(EventArgs)
    NumericUpDownExt.OnMouseDown(MouseEventArgs)
    NumericUpDownExt.OnMouseLeave(EventArgs)
    NumericUpDownExt.OnMouseMove(MouseEventArgs)
    NumericUpDownExt.OnMouseUp(MouseEventArgs)
    NumericUpDownExt.OnPaint(PaintEventArgs)
    NumericUpDownExt.OnReadOnlyChanged()
    NumericUpDownExt.OnSizeChanged(EventArgs)
    NumericUpDownExt.OnTextBoxResize(Object, EventArgs)
    NumericUpDownExt.OnThemeNameChanged(String)
    NumericUpDownExt.OnValidated(EventArgs)
    NumericUpDownExt.PositionControls()
    NumericUpDownExt.RaiseThemeChanged(Object, ThemeChangedEventArgs)
    NumericUpDownExt.RaiseThemeChangedEvent(EventArgs)
    NumericUpDownExt.ReadOnly
    NumericUpDownExt.ReadOnlyChanged
    NumericUpDownExt.ThemeChanged
    NumericUpDownExt.ThemedBorder
    NumericUpDownExt.ThemeName
    NumericUpDownExt.ThemeNameChanged
    NumericUpDownExt.ThemesEnabled
    NumericUpDownExt.ThemeStyle
    NumericUpDownExt.UpdateHeight()
    NumericUpDownExt.UpDownAlign
    NumericUpDownExt.VisualStyle
    NumericUpDownExt.WndProc(Message)
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class YearNumericUpDown : NumericUpDownExt, IThemedControl, IThemeProvider, IVisualStyle, INonClientPaintingSupport, ISupportOffice2007Theme

    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
    NumericUpDownExt.Buttons_Paint(Object, PaintEventArgs)

    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
    NumericUpDownExt.DrawOffice2007ButtonBackground(Graphics, Rectangle, ButtonID, ButtonState)

    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

    Overrides
    NumericUpDownExt.DrawOffice2007ButtonBorder(Graphics, Rectangle, ButtonID, ButtonState)

    Implements

    IThemedControl
    IThemeProvider
    IVisualStyle
    INonClientPaintingSupport
    ISupportOffice2007Theme
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved