| StringMode |
VERY IMPORTANT!!! use UTF8, Hex or ANSI strings in menu items |
| Attach |
start the ownerdrawn menu |
| CustomFontFace |
permits you to customize the font used for the menu without changing the one used by Windows. You can for example set the font to "Arial Unicode MS" for displaying Vietnamese and Chinese words in the menu. If this property is blank the control will use the one used by the system. |
| Detach |
end the ownerdrawn menu |
| ExtSepBackColor / ExtSepForeColor |
colors for extended separators |
| FadeBackground |
do you want to use a fade background for the menu? |
| FadeExtSep |
do you want to use a fade background for extended separators? |
| FadeLeftBand |
do you want to use a fade background for the left band? |
| FullSelector |
do you want to select the entire row when highlighting a menu item? |
| IconDim |
represents the standard size of the item image |
| ImageArray |
You can specify a collection of StdPictures used to place icons in the menu, by default this collection is nothing so you need to create a new collection and use the:
set ImageArray=YourCollection
to use image indexes at design time (see below) |
| LeftBand |
do you want a left vertical band behind icons? |
| LeftBandBackColor |
color of the left band when used |
| LeftBandSeparators |
do you want a vertical separator between the menu and the left band? |
| MenuBackColor / MenuForeColorNormal / MenuForeColorDisabled |
menu colors |
| SelectorBackColor / SelectorForeColor |
selector colors |
| Separators3D |
use 3D or flat separators? |