12.1 Overview

Button class derives from Area class and allows you to create buttons very easily. The XML tag's content is used as the button label. If the button label contains an underscore, RapaGUI will automatically set up the character following this underscore as a keyboard shortcut. If you don't want this behaviour, set Area.NoAutoKey to True. See Keyboard shortcuts for details.

Example:

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


Show TOC