VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiToggleButtonJS type / set_ActiveButton Methods / set_ActiveButton(Vintasoft.Imaging.UI.UIElements.WebUiButtonJS) Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_ActiveButton(Vintasoft.Imaging.UI.UIElements.WebUiButtonJS) Method
    In This Topic
    Sets the active button of current WebUiToggleButtonJS object.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiToggleButtonJS(settings, items, panelSettings);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebUiButtonJS
    
    returnValue = instance.set_ActiveButton(value);
    
    
    function set_ActiveButton(
    value
    A WebUiButtonJS object.
    : WebUiButtonJS
    ) : any;

    Parameters

    value
    A WebUiButtonJS object.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if collection does not contain specified button.
    Browser Compatibility
    56+
    45+
    11
    See Also