Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Dynamic Interactivity > Interactive Manipulation > Options & Styling for Interactive Manipulation >

ControlType

ControlType
is an option for Manipulate and related functions that specifies what type of controls should be displayed.
  • ControlType->None specifies that no controls should explicitly be displayed.
  • ControlType->{type1, ...} specifies that the i^(th) control should be of type typei.
  • Arbitrary controls can be set up in Manipulate by giving control specifications of the form {u, func}.
By default Manipulate chooses a Manipulator to control the specified variable:
Use ControlType to specify the type of control to use, including None:
Specify the control type for each Manipulate variable separately:
ControlType can be combined with individual variable control specifications:
In the Automatic setting, an appropriate controller is selected:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team