Click or drag to resize

Menu.RegisterItem Method

X#
Register the hyperlabel for this menu item.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RegisterItem(
	nItemID,
	oHyperLabel,
	hParentMenu,
	nPosition
) AS USUAL CLIPPER
Request Example View Source

Parameters

nItemID (Optional)
Type: Usual
The ID of the menu item.
oHyperLabel (Optional)
Type: Usual
The hyperlabel to be registered for the menu item.
hParentMenu (Optional)
Type: Usual
The handle of the menu item being registered. This parameter is only required if the registered item contains a submenu.
nPosition (Optional)
Type: Usual
The offset of menu item being registered. The offset of the submenu of the menu item being registered. (For example, if a menu contains the items 'File', 'Edit', and 'View' and the offset is 1, the Edit submenu will be registered with the Edit menu item.) This parameter is only required if the registered item contains a submenu.

Return Value

Type: Usual
See Also