ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / ButtonsSettings Class / ButtonsSettings Constructor
The value of default visible state of the UpDown button.
The value of default visible state of the DropDown button.
The value of default visible state of the Modal button.
The value of default visible state of the Custom button.

In This Topic
    ButtonsSettings Constructor
    In This Topic
    Initializes a new instance of the ButtonsSettings class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       Optional ByVal defaulVisibleUpDown As Boolean, _
       Optional ByVal defaultVisibleDropDown As Boolean, _
       Optional ByVal defaultVisibleModal As Boolean, _
       Optional ByVal defaultVisibleCustom As Boolean _
    )

    Parameters

    defaulVisibleUpDown
    The value of default visible state of the UpDown button.
    defaultVisibleDropDown
    The value of default visible state of the DropDown button.
    defaultVisibleModal
    The value of default visible state of the Modal button.
    defaultVisibleCustom
    The value of default visible state of the Custom button.
    See Also