[]
        
(Showing Draft Content)

C1.Win.Input.ButtonsSettings.-ctor

ButtonsSettings Constructor

ButtonsSettings(bool, bool, bool, bool)

Initializes a new instance of the ButtonsSettings class.

Declaration
public ButtonsSettings(bool defaulVisibleUpDown = false, bool defaultVisibleDropDown = false, bool defaultVisibleModal = false, bool defaultVisibleCustom = false)
Parameters
Type Name Description
bool defaulVisibleUpDown

The value of default visible state of the UpDown button.

bool defaultVisibleDropDown

The value of default visible state of the DropDown button.

bool defaultVisibleModal

The value of default visible state of the Modal button.

bool defaultVisibleCustom

The value of default visible state of the Custom button.