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
See Also