DOCUMENTATION CENTER SEARCH
Mathematica
>
Controls Options
>
Built-in
Mathematica
Symbol
Deploy
Editable
Selectable
See Also »
|
Control Objects
Controls Options
User Interface Structuring & Layout
More About »
Enabled
Enabled
is an option for objects such as
Slider
which specifies whether the objects should be enabled for interactive manipulation.
MORE INFORMATION
With the setting
Enabled->
False
, objects are typically displayed dimmed.
Enabled->
False
does not prevent changes that result from re-evaluation of
Dynamic
objects.
The typical default
Enabled->
Automatic
effectively inherits from enclosing constructs.
The setting for
Enabled
can be a
Dynamic
object.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Compare enabled and disabled
Slider
:
In[1]:=
Out[1]=
RadioButton
:
In[2]:=
Out[2]=
TabView
:
In[3]:=
Out[3]=
InputField
:
In[4]:=
Out[4]=
Scope
(1)
SEE ALSO
Deploy
Editable
Selectable
MORE ABOUT
Control Objects
Controls Options
User Interface Structuring & Layout
New in 6
© 2008 Wolfram Research, Inc.