VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.Dialogs Namespace / WebUiDialogJS type / set_IsEnabled Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_IsEnabled Method
In This Topic
Sets a value indicating whether the UI element is enabled.
Syntax
var instance = new Vintasoft.Imaging.UI.Dialogs.WebUiDialogJS(headerItems, bodyItems, footerItems, settings);

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_IsEnabled(value);

Parameters

value
Value indicating whether the UI element is enabled.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also