Button Types
These define the visual appearance of buttons but not how they respond to the mouse.
Name | Value | Description |
---|---|---|
xpPushButton | "0" | This is a standard push button, like an 'OK' or 'Cancel' button in a dialog box. |
xpRadioButton | "1" | A check box or radio button. Use this and the button behaviors below to get the desired behavior. |
xpWindowCloseBox | "3" | A window close box. |
xpLittleDownArrow | "5" | A small down arrow. |
xpLittleUpArrow | "6" | A small up arrow. |