VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Dialogs Namespace / WebUiDialogJS type / isVisible Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    isVisible Method
    In This Topic
    Returns a value indicating whether the dialog is visible.
    Syntax
    var instance = new Vintasoft.Imaging.UI.Dialogs.WebUiDialogJS(headerItems, bodyItems, footerItems, settings);
    
    var value; // Type: boolean
    value = instance.isVisible();
    
    
    function isVisible() : boolean;
    

    Return Value

    True - dialog is visible; False - dialog is NOT visible.
    Browser Compatibility
    56+
    45+
    11
    See Also