set_ActiveButton(number) Method
In This Topic
Sets the active button of current
WebUiToggleButtonJS object.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiToggleButtonJS(settings, items, panelSettings);
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_ActiveButton(value);
function set_ActiveButton(
: number
) : any;
Parameters
- value
- The zero-based index of button in buttons collection.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if collection does not contain specified button. |
Browser Compatibility
See Also