ButtonStyle
Usage
• ButtonStyle is an option for ButtonBox which specifies the default properties for the button.
Notes
• 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 Version 3.
|