set_ActiveButton(Vintasoft.Imaging.UI.UIElements.WebUiButtonJS) 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: WebUiButtonJS
returnValue = instance.set_ActiveButton(value);
function set_ActiveButton(
: WebUiButtonJS
) : any;
Parameters
- value
- A WebUiButtonJS object.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if collection does not contain specified button. |
Browser Compatibility
See Also