|
VLMenuPlus Reference
|
||||||
|
|
||||||
|
Add help messages by specifing the clean caption as well as corresponding help message through a single parameter (composite message). This method is very useful when you want to store the help messages in resource string and want to add them to the control with minimal coding. In fact this is the recommended approach when you want to help messages for a more than a few menu items.
Syntax object.AddCompositeMessage(string)
The AddCompositeMethod method syntax has these parts:
Sample
As you can see, this method can dramatically cut down the size of your code. This method allows you to easily pick up help messages from resource string. This means you can easily change the help strings to provide internationalization support.
Remarks For more details on clean caption refer to "How does it work ?" When tooltips are enabled, the control will use the help message if no tooltip was specified for a menu item. |
||||||
|
©2001-2004 Viklele Associates. All rights reserved. For new products and software updates check Viklele Associates. |