buttonsize

The buttonsize command enables users to change the size of a given SAP pushbutton. The buttonsize command enables both width and height of a given button to be changed.

Note: The buttonsize command can only be used on native pushbuttons - it does not work on user-created GuiXT pushbuttons.

The syntax is as follows:

buttonsize("P[buttonName]", [rows, columns]);
Note: The rows and column in the command syntax identify the size of the resulting button, not the start row and column.

Options

The buttonsize command does not take any options.