DOCUMENTATION CENTER SEARCH
Mathematica
>
Control Objects
>
Built-in
Mathematica
Symbol
DynamicSetting
Options
Slider
Checkbox
See Also »
|
Control Objects
More About »
Setting
Setting
[
expr
]
replaces control objects such as sliders or popup menus in
expr
by their settings.
MORE INFORMATION
When
expr
is a control object,
Setting
[
expr
]
normally extracts the first argument of
expr
.
Setting
[
expr
]
replaces dynamic objects in
expr
by their current values.
When applied to the object created by
Manipulate
[
e
, {
x
i
,
...
},
...
]
,
Setting
gives the value of
e
evaluated with the current settings for the
x
i
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Find the setting for a slider:
In[1]:=
Out[1]=
Scope
(2)
SEE ALSO
DynamicSetting
Options
Slider
Checkbox
MORE ABOUT
Control Objects
New in 6
© 2008 Wolfram Research, Inc.