VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiPanelJS type / get_StateButtonDomElement Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_StateButtonDomElement Method
    In This Topic
    Gets a markup of the state button.
    Syntax
    var instance = new Vintasoft.Imaging.UI.Panels.WebUiPanelJS(items, settings, stateButton);
    
    var value; // Type: object
    value = instance.get_StateButtonDomElement();
    
    
    function get_StateButtonDomElement() : object;
    

    Return Value

    A DOM-element that represents the state button UI element if button exists; otherwise, null.
    Browser Compatibility
    56+
    45+
    11
    See Also