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

var value; // Type: Vintasoft.Imaging.UI.UIElements.WebUiElementStateCollectionJS
value = instance.get_StateCollection();

Return Value

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