CheckItem Method
Object List Next Object
Defined By: PopupMenu
Description:
Puts a check mark in front of a menu item.
Declaration:
Sub CheckItem(ByVal name As String, ByVal check As Integer)
Details:
Name is the name of the menu item to be checked or unchecked. Check should be 0 to uncheck the item, and non-zero to check the item.
See Also:
ItemIsChecked method