var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementStateCollectionJS(states); var value; // Type: boolean // Parameters var state; // Type: WebUiElementStateJS value = instance.contains(state);
function contains(
stateA WebUiElementStateJS object.: WebUiElementStateJS
) : boolean;
Parameters
- state
- A WebUiElementStateJS object.
Return Value
True if collection contains specified UI element state; otherwise, False.