VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiButtonWithDropDownButtonListJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
WebUiButtonWithDropDownButtonListJS type
In This Topic
A web UI element that represents button with the following behaviour:
  • If button is clicked when drop-down button list is hidden, button opens the drop-down button list.
  • If button is clicked when drop-down button list is opened, button closes the drop-down button list.
  • If mouse is clicked outside the drop-down button list when drop-down button list is opened, button closes the drop-down button list.
  • If button from drop-down button list is clicked, action of clicked button is executing.
  • Button allows to specify the layout direction, horizontal aligninment mode and vertical alignment mode for buttons in drop-down button list.
Syntax
// Parameters
var settings; // Type: object
var items; // Type: WebUiButtonJS
var panelSettings; // Type: object

var instance = new Vintasoft.Imaging.UI.UIElements.WebUiButtonWithDropDownButtonListJS(settings, items, panelSettings);

Inheritance Hierarchy

Object
   Vintasoft.Imaging.UI.UIElements.WebUiElementJS
      Vintasoft.Imaging.UI.UIElements.WebUiDivElementJS
         Vintasoft.Imaging.UI.UIElements.WebUiButtonJS
            Vintasoft.Imaging.UI.UIElements.WebUiButtonWithDropDownButtonListJS

Browser Compatibility
56+
45+
11
See Also