9.1 Overview

Button class allows you to create buttons very easily. If the button label contains an underscore, MUI Royale will automatically set up the character following this underscore as a keyboard shortcut. If you don't want this behaviour, set Button.NoAutoKey to True.

Example:

 
<button id="ok" notify="pressed">OK</button>

The button name you specify here can use text formatting codes. See Text formatting codes for details.


Show TOC