StyleBoxAutoDelete is an option for selections that specifies whether a StyleBox wrapped around them should be automatically removed when the expression is edited.
Temporary is an attribute assigned to symbols which are created as local variables by Module.
TrueQ
(Built-in Mathematica Symbol) TrueQ[expr] yields True if expr is True, and yields False otherwise.
UnderscriptBoxOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for selections that specifies settings for UnderscriptBox objects.
VertexColors is an option for graphics primitives which specifies the colors to assign to vertices.
Visible
(Built-in Mathematica Symbol) Visible is a notebook option which specifies whether the notebook should be explicitly displayed on the screen.
WindowElements is a notebook option that specifies the elements to include in the window used to display the notebook on the screen.
$ParentLink is the MathLink LinkObject currently used for input and output by the Mathematica kernel in a particular session.
$UserName gives the login name of the user who invoked the Mathematica kernel, as recorded by the operating system.
Mathematica 8 provides functions that allow developers to implement file format converters to be integrated with the Mathematica Import and Export framework. You can ...