Button Properties
From X-Plane SDK
Button Properties
| xpProperty_ButtonType | 1300 | This property sets the visual type of button. Use one of the button types above. |
| xpProperty_ButtonBehavior | 1301 | This property sets the button's behavior. Use one of the button behaviors above. |
| xpProperty_ButtonState | 1302 | This property tells whether a check box or radio button is "checked" or not. Not used for push buttons. |
Buttons are created by XPCreateWidget with a minimum size of of 30 pixels width and 15 pixels height, even if you specify a smaller size in the parameters.
X-Plane SDK