Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >
Obsolete Mathematica SymbolSee Also »

ButtonStyle

As of version 6.0, ButtonStyle has been superseded by the more general option BaseStyle.
ButtonStyle
is an option for ButtonBox which specifies the default properties for the button.
  • Typical styles defined in the standard notebook front end are:
"Paste"paste the contents of the button (default)
"Evaluate"paste then evaluate in place what has been pasted
"EvaluateCell"paste then evaluate the whole cell
"CopyEvaluate"copy the current selection into a new cell, then paste and evaluate in place
"CopyEvaluateCell"copy the current selection into a new cell, then paste and evaluate the whole cell
"Hyperlink"jump to a different location in the notebook
  • The properties specified by a button style can affect both the appearance and action of a button.
  • The properties can be overridden by explicit settings for ButtonBox options.
New in 3
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team