VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementStateJS type / get_Name Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Name Method
    In This Topic
    Gets the name of current state element.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementStateJS(name, settings);
    
    var value; // Type: string
    value = instance.get_Name();
    
    
    function get_Name() : string;
    

    Return Value

    The name of current state element.
    Browser Compatibility
    56+
    45+
    11
    See Also