Button Constructor

public Button();
public Button(Action clickEvent);

Parameters

clickEventAction triggered when the button is clicked.

Description

Constructs a Button.

Did you find this page useful? Please give it a rating: