Button
Last updated
Last updated
Buttons have a Click Event for which an Event handler can be created that will execute the actions you add to the Event handler.
Text
The text on the button.
Tooltip
The tooltip that shows when users hover on the button.
Visible
Set to False if you don't want this control to render on the page and be visible to the user.
Click
An event that triggers when the button is clicked.