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);
function WebUiButtonWithDropDownPanelJS;
Inheritance Hierarchy
Browser Compatibility
See Also