[]
Initializes a new instance of the ButtonsSettings class.
public ButtonsSettings(bool defaulVisibleUpDown = false, bool defaultVisibleDropDown = false, bool defaultVisibleModal = false, bool defaultVisibleCustom = false)
| 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. |