VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiToggleButtonJS type / get_RaiseClickEventWhenTogglePanelOpening Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    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
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also