The properties defined in the JadeSkinComboBox class are summarized in the following table.
Property | Description |
---|---|
buttonRightOffset | Contains the number of pixels from the right edge to position the right edge of the combo box button. |
imgComboButtonDownRollOver | Contains the extra button state image required for the combo box button rollover state in the down position. |
myComboButton | Reference to the images for the up (normal), down (list box displayed), rollover (when in the up position), and disabled states. |
myListBoxSkin | Reference to the skin used to draw the list box part of the combo box. The list box is not drawn with a skin if the value of this property is null. |
mySimpleComboTextBoxSkin | Reference to the skin used to draw the text box part of a simple combo box. |