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);
function set_ActiveState(
: object
) : any;
Parameters
- value
- UI element state.
Exceptions
Exception | Description |
| 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
See Also