VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiToggleButtonJS type / set_RaiseClickEventWhenTogglePanelOpening Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_RaiseClickEventWhenTogglePanelOpening Method
    In This Topic
    Sets 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 returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_RaiseClickEventWhenTogglePanelOpening(value);
    
    
    function set_RaiseClickEventWhenTogglePanelOpening(
    value
    A value indicating whether the click event for active button should be raised when toggle button is opening. Default value is True.
    : boolean
    ) : any;

    Parameters

    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