Returns a value indicating whether this select element contains option with specified text.
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiSelectElementJS(settings);
var value; // Type: boolean
// Parameters
var text; // Type: string
value = instance.containsOption(text);
function containsOption(
: string
) : boolean;
Parameters
- text
- An option text that should be searched in this select element.
Return Value
True - this select element contains option with text; otherwise, false.