Input for WinForms | ComponentOne
C1.Win.Input Namespace / UpDownButtonSettings Class / UpDownButtonSettings Constructor
The value of default visible state of a button.

In This Topic
    UpDownButtonSettings Constructor
    In This Topic
    Initializes a new instance of the UpDownButtonSettings class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       Optional ByVal defaultVisible As Boolean _
    )
    public UpDownButtonSettings( 
       bool defaultVisible
    )

    Parameters

    defaultVisible
    The value of default visible state of a button.
    See Also