Bookmarks is an option for Manipulate and related functions that gives a list of bookmark settings.
Stylesheet assigns a stylesheet to the current notebook.
Mathematica 8 provides functions that allow developers to implement file format converters to be integrated with the Mathematica Import and Export framework. You can ...
TrackedSymbols is an option to Refresh, Manipulate, and related functions that specifies which symbols should trigger updates when their values are changed.
FrobeniusNumber[{a_1, ..., a_n}] gives the Frobenius number of a_1, ..., a_n.
FormBox
(Built-in Mathematica Symbol) FormBox[boxes, form] is a low-level box construct which displays as boxes but specifies that rules associated with form should be used to interpret boxes on input.
FieldHintStyle is an option for InputField that specifies the style to use for displaying the field hint.
.NET/Link provides Mathematica users with the ability to interact with arbitrary .NET types directly from Mathematica. You can create objects and call methods and properties ...
OptionValue[name] gives the value of name in options matched by OptionsPattern. OptionValue[f, name] gives the value of name for options associated with the head f. ...
And
(Built-in Mathematica Symbol) e_1 && e_2 && ... is the logical AND function. It evaluates its arguments in order, giving False immediately if any of them are False, and True if they are all True.