VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementJS type / set_ActiveState Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_ActiveState Method
In This Topic
Sets an active state of UI element.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementJS(settings);

var returnValue; // Type: any

// Parameters
var value; // Type: object

returnValue = instance.set_ActiveState(value);

Parameters

value
UI element state.
Exceptions
ExceptionDescription
Thrown if UI element does not have state collection.
Thrown if argument has wrong type.
Thrown if UI element state collection does not contain specified state.
Browser Compatibility
56+
45+
11
See Also