VintaSoft Imaging .NET SDK 15.1: 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(items, settings, jQueryDialogSettings);

var value; // Type: boolean
value = instance.isVisible();

Return Value

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