Gets a value indicating whether the UI element is selected.
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiButtonJS(settings);
var value; // Type: boolean
value = instance.get_IsSelected();
function get_IsSelected() : boolean;
Return Value
True - UI element is selected; False - UI element is not selected. Default value is False.