|
|
|||
|
|
|
| BUILT-IN MATHEMATICA SYMBOL | See Also »|More About » |
| ControllerLinking is an option for Manipulate, Graphics3D, Plot3D, and related functions that specifies whether to allow interactive control by external controllers. |
| False | never respond to external controllers | |
| Full | respond only if the object is within the current selection | |
| Automatic | respond if the object is within the current selection | |
| True | respond whenever the notebook has focus | |
| All | always respond to external controllers |
Using Full makes the output respond only if the object is within the current selection:
Using All makes the output always respond to external controllers:
Using True makes the output respond whenever the notebook has focus:
Using False makes the output never respond to external controllers:
|