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

    Return Value

    WebUiButtonJS object that represents the active button.
    Browser Compatibility
    56+
    45+
    11
    See Also