Click or drag to resize

ToolbarItemsetEnabled Method

Enables or disables this component, depending on the value of the parameter. An enabled component can respond to user input and generate events. Components are enabled initially by default. Works for Buttons.

Namespace:  Aras.Client.Controls.Public
Syntax
JavaScript
function setEnabled(bool);

Parameters

bool
Type: bool
If true, this component is enabled; otherwise this component is disabled.
See Also