get_RaiseClickEventWhenTogglePanelOpening Method
In This Topic
Gets a value indicating whether the click event for active button should be raised when toggle button is opening.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiToggleButtonJS(settings, items, panelSettings);
var value; // Type: boolean
value = instance.get_RaiseClickEventWhenTogglePanelOpening();
function get_RaiseClickEventWhenTogglePanelOpening() : boolean;
Return Value
A value indicating whether the click event for active button should be raised when toggle button is opening. Default value is True.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also