Overview | Methods | This Package | All Packages
Creates a Button control.
Syntax
public Button()
Remarks
By default, the button has no caption. If you create a button using the Forms Designer, the button caption is set to the button name by default. To set the text on a button programmatically, use the setText method.