VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiButtonJS type / get_IsSelected Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsSelected Method
    In This Topic
    Gets a value indicating whether the UI element is selected.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiButtonJS(settings);
    
    var value; // Type: boolean
    value = instance.get_IsSelected();
    
    
    function get_IsSelected() : boolean;
    

    Return Value

    True - UI element is selected; False - UI element is not selected. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also