WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class YearNumericUpDown

    Show / Hide Table of Contents

    Class YearNumericUpDown

    Represents NumericUpDown for MonthCalendarAdv.

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

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