Menu.Name Method | |
Return the name, as a string, stored in the hyperlabel attached to the menu command, or NIL if there is none.
Return the symbolic name stored in the hyperlabel attached to the menu item, or NIL if there is none.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Name(
nItemID
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Name(
Usual nItemID = default
)
Request Example
View SourceParameters
- nItemID (Optional)
- Type: Usual
The ID of the menu item.The ID of the menu item.
Return Value
Type:
UsualSee Also