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

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

    Parameters

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