The JadeSkinMenu class provides the properties summarized in the following table.
Property | Description |
---|---|
backColorSelected | Contains the color used to draw the background of selected and enabled menu items in the drop-down or popup menu |
borderStyle | Contains the type of border to be drawn |
drawMenuSelectionFlat | Specifies how menu items are drawn in the popup menu when a menu item is selected (which is false by default) |
fontBold | Specifies whether the menu font is bold (which is false by default) |
fontItalic | Specifies whether the menu font is bold (which is false by default) |
fontName | Contains the name of the menu font ("Tahoma" is the default value) |
fontSize | Contains the size of the menu font (8.25 points is the default value) |
foreColor | Contains the color used to draw the text for non-selected and enabled menu items in the drop-down or popup menu |
foreColorDisabled | Contains the color used to draw the text for disabled menu items in the drop-down or popup menu |
foreColorSelected | Contains the color used to draw the text for selected menu items in the drop-down or popup menu |
imgCheckMark | Contains the image used to draw for checked menu items |
imgRightArrow | Contains the image used to draw the right arrow submenu indicator |
imgSeparator | Contains the image used to draw menu separators |
lineHeight | Contains the height in pixels of each menu line item |
pixelsAfterCheckMark | Contains the amount of space left after the check mark column |
pixelsAfterPicture | Contains the amount of space left after the picture image column |
pixelsBeforeAccelerator | Contains the amount of space left before the accelerator text column |
pixelsBeforeCheckMark | Contains the amount of space left before the check mark column |
pixelsBeforeRightArrow | Contains the amount space left before the right arrow column |