Creates a Button control.
public Button()
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.