LGUI2:button

From Lavish Software Wiki
Revision as of 16:06, 26 June 2018 by Lax (talk | contribs) (Created page with "A LavishGUI 2 button element is a standard LGUI2:Content Container element, with the added behavior of accepting Keyboard Focus when clicked. == Defining a button elemen...")
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

A LavishGUI 2 button element is a standard Content Container element, with the added behavior of accepting Keyboard Focus when clicked.

Defining a button element

A button element is a Content Container with no additional properties.

Clicks on buttons are handled with Event Handlers in the same way as clicks on all other elements. See Base Element events

Examples