'Declaration
Public Function New( _ Optional ByVal defaulVisibleUpDown As Boolean, _ Optional ByVal defaultVisibleDropDown As Boolean, _ Optional ByVal defaultVisibleModal As Boolean, _ Optional ByVal defaultVisibleCustom As Boolean _ )
public ButtonsSettings( bool defaulVisibleUpDown, bool defaultVisibleDropDown, bool defaultVisibleModal, bool defaultVisibleCustom )
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.