ButtonBox[boxes] is a low-level box construct that represents a button in a notebook expression.
ButtonData is an option for the low-level function ButtonBox that specifies the second argument to give to the ButtonFunction for the button when the button is active and is ...
As of Version 6.0, ButtonEvaluator has been superseded by Evaluator.
In Mathematica 6.0, ButtonExpandable has been superseded by ImageSize -> Full.
As of Version 6.0, the ButtonFrame option has been superseded by the Appearance option.
ButtonFunction is an option for the low-level function ButtonBox that specifies the function to execute when the button is active and is clicked.
In Mathematica 6.0, ButtonMargins has been superseded by the FrameMargins option of Button.
ButtonMinHeight is an option for the low-level function ButtonBox that specifies the minimum total height in units of font size that should be allowed for the button.
Button
(Built-in Mathematica Symbol) Button[label, action] represents a button that is labeled with label, and evaluates action whenever it is clicked.
ButtonNotebook[] gives the notebook, if any, that contains the button which initiated the current evaluation.