User Guide

Button component 135
If a button is enabled, it displays its over state when the pointer moves over it. The button receives
input focus and displays its down state when its pressed. The button returns to its over state when
the mouse is released. If the pointer moves off the button while the mouse is pressed, the button
returns to its original state and it retains input focus. If the toggle parameter is set to
true, the
state of the button does not change until the mouse is released over it.
If a button is disabled, it displays its disabled state, regardless of user interaction.
A Button component supports the following skin properties:
Property Description
falseUpSkin
The up (normal) state.
falseDownSkin
The pressed state.
falseOverSkin
The over state.
falseDisabledSkin
The disabled state.
trueUpSkin
The toggled state.
trueDownSkin
The pressed-toggled state.
trueOverSkin
The over-toggled state.
trueDisabledSkin
The disabled-toggled state.
falseUpSkinEmphasized
The up (normal) state of an emphasized button.
falseDownSkinEmphasized
The pressed state of an emphasized button.
falseOverSkinEmphasized
The over state of an emphasized button.
falseDisabledSkinEmphasized
The disabled state of an emphasized button.
trueUpSkinEmphasized
The toggled state of an emphasized button.
trueDownSkinEmphasized
The pressed-toggled state of an emphasized button.
trueOverSkinEmphasized
The over-toggled state of an emphasized button.
trueDisabledSkinEmphasized
The disabled-toggled state of an emphasized button.
falseUpIcon
The icon up state.
falseDownIcon
The icon pressed state.
falseOverIcon
The icon over state.
falseDisabledIcon
The icon disabled state.
trueUpIcon
The icon toggled state.
trueOverIcon
The icon over-toggled state.
trueDownIcon
The icon pressed-toggled state.
trueDisabledIcon
The icon disabled-toggled state.
falseUpIconEmphasized
The icon up state of an emphasized button.
falseDownIconEmphasized
The icon pressed state of an emphasized button.
falseOverIconEmphasized
The icon over state of an emphasized button.