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

var instance = new Vintasoft.Imaging.UI.UIElements.WebUiButtonWithDropDownPanelJS(settings, container);

Inheritance Hierarchy

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

Browser Compatibility
56+
45+
11
See Also