|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
DefaultMenuStyle
DefaultMenuStyle
is a low-level option for menu-generating constructs that specifies the default style to use for displaying menu items.
DetailsDetails
- DefaultMenuStyle->style specifies that the menu items should effectively be replaced by Style[item, style].
- MenuStyle is applied after DefaultMenuStyle.
- DefaultMenuStyle->{} introduces no default style specifications, thereby effectively allowing all outside style specifications.
- DefaultMenuStyle->style makes any specifications in style override corresponding outside style specifications.
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
The current setting of DefaultMenuStyle:
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
| In[1]:= |
| Out[1]= |
Explicit settings for DefaultMenuStyle:
| In[1]:= |
| Out[1]= |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
