A SButton provides a button to the user that can be activated by clicking or, when it has the input focus, by pressing the space key, to execute a Macro. This Makro will be defined by the properties ActionPerformedMacro and ActionPerformedMacroParameters.
Has the property Enabled the value false, the marking of the SButton will be grayed. Additional the SButton can no longer recieve user input.
The property Text defines teh marking of the SButton. With the properties Icon, DisabledIcon, DisabledSelectedIcon, PressedIcon, RolloverIcon, RolloverSelectedIcon and SelectedIcon an image for every state can be assigned to the SButton, wich will be displayed beside the marking.
A SButton can be used as default button of a form by keeping the propertyCapableDefault active, while this property should be set to inactive at all other SButtons. In addition, this SButton must be set as value of the property DefaultButton in the Form or in the SInternalFrame.

Fig. 135: SButton with Focus and SButton as Default Button
Note: The property CapableDefault is set to active by default, so that a SButton becomes the default button when it gets the focus. It should be deactivated for all SButtons, that are not the default button.
The SButton cannot access to a STableElemente.