|
VLMenuPlus Reference
|
|||||||||||||||||||
|
|
|||||||||||||||||||
|
This event occurs when a menu item needs to be drawn. This is an advanced event and you will not need to handle it unless you want to paint the menu item in your own way.
Syntax
The DrawMenuItem event syntax has these parts:
Remark If you are handling this event, you must set bUserdrawn to true, otherwise control will automatically handle the drawing of the menuitem. Please make sure that your menuitem painting does not go outside the rectangle (0, 0, CX, CY). As the menuDC does not clip, painting outside the specified area may overwrite the other menu items. Also, you might need to handle SetMenuItemSize event to specify the size requirements as per your menu item painting. |
|||||||||||||||||||
|
©2001-2004 Viklele Associates. All rights reserved. For new products and software updates check Viklele Associates. |