VLMenuPlus Reference

MethodRemoveMessage

See Also See Also Applies To Applies To

Removes the help string specified for a menu item. This is a rarely used method.

 

Syntax

object.RemoveMessage(ByVal sMenuCaption As String)

 

The RemoveMessage method syntax has these parts:

Part Description
object An object expression that evaluates to an object of VLMenuPlus type.
sMenuCaption A menu caption string.

Remark

This will not remove the default help messages. If you want to suppress the default help message of the standard menu items, you can do so specifying a blank help string for the particular menu item.