Products
Wolfram|One
Mathematica
Wolfram|Alpha Notebook Edition
System Modeler
All Products
Consulting & Solutions
Wolfram Consulting
Industry Solutions
Solutions for Education
Learning & Support
Wolfram U Courses
Wolfram Language Resources
Wolfram Community
Support FAQs
Contact Support
Company
About Wolfram
Careers
Events
Educational Programs
All Sites and Resources
Wolfram|Alpha
Your Account
User Portal
Legacy Documentation
Mathematica 6
(2007)
This is documentation for Mathematica 6, which was
based on an earlier version of Wolfram Language.
View current documentation (Version 14.1)
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