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

var value; // Type: Vintasoft.Imaging.UI.UIElements.WebUiElementStateJS
value = instance.get_ActiveState();

Return Value

A WebUiElementStateJS object OR null if UI element does not have state collection.
Browser Compatibility
56+
45+
11
See Also