Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Notebooks and Documents > Low-Level Notebook Programming > Low-Level Notebook Structure >

FormBox

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.
  • \(\`input\) yields FormBox[input, RawForm].
Create a cell with TraditionalForm style settings applied:
Create a cell with StandardForm style settings applied:
FormBox affects interpretation of its contents:
TraditionalForm formatting uses FormBox:
The formatted result looks like this:
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team