AppearanceElements is an option for functions like Manipulate that specifies what elements should be included in the displayed form of the object generated.
AutoAction is an option for objects such as Slider, Locator, and Button that specifies whether they should automatically take action whenever the mouse pointer is over them, ...
DisplayAllSteps is an option to Animate and related functions that specifies whether all frames should be displayed in an animation, even if to do so would slow the animation ...
Initialization is an option for Dynamic, DynamicModule, Manipulate, and related constructs that specifies an expression to be evaluated when the construct is first used or ...
LocalizeVariables is an option to Manipulate that determines whether the values of variables associated with controls should be localized.
Deployed is an option for displayed objects, cells, and notebooks that specifies whether their contents should be considered deployed, so that elements such as Slider, ...
In Mathematica's unified symbolic framework, graphics are treated just like any other expression—to be displayed, arranged, annotated, or manipulated using any of ...
Deploy
(Built-in Mathematica Symbol) Deploy[expr] yields a deployed version of expr in which elements such as Slider, InputField, Locator, and Button are active, but general editing and selection is disabled.
ControlPlacement is an option for Manipulate, TabView, and other control objects that specifies where controls should be placed.
Delimiter represents a delimiter to be displayed in objects such as PopupMenu and Manipulate.