Input for WinForms | ComponentOne
C1.Win.Input Namespace / UpDownButtonSettings Class
Properties Methods


In This Topic
    UpDownButtonSettings Class Members
    In This Topic

    The following tables list the members exposed by UpDownButtonSettings.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the UpDownButtonSettings class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the alignment of the UpDown buttons.  
    Public PropertyGets or sets the C1.Framework.C1Icon that is displayed on the Down button.  
    Public PropertyGets or sets the image that is displayed on the Down button.  
    Public PropertyGets or sets a value indicating whether the button can respond to user interaction. (Inherited from C1.Win.Input.ButtonSettingsBase)
    Public PropertyDetermines if the up/down buttons intercept and handle Up and Down arrow keys.  
    Public PropertyGets or sets the C1.Framework.C1Icon that is displayed on the Up button.  
    Public PropertyGets or sets the image that is displayed on the Up button.  
    Public PropertyGets or sets a value indicating whether the button are displayed. (Inherited from C1.Win.Input.ButtonSettingsBase)
    Public PropertyGets or sets the width of the button. (Inherited from C1.Win.Input.ButtonSettingsBase)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from C1.Win.Input.ButtonSettingsBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodFires the PropertyChanged event. (Inherited from C1.Win.Input.ButtonSettingsBase)
    Protected MethodRestores the default value of the Visible property. (Inherited from C1.Win.Input.ButtonSettingsBase)
    Protected MethodSpecifies whether to save the value of the Visible property. (Inherited from C1.Win.Input.ButtonSettingsBase)
    Top
    See Also