Menu.HyperLabel Method (Typed) | |
Return the hyperlabel attached to the menu item, or NIL if it has none.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD HyperLabel(
nItemID
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual HyperLabel(
Usual nItemID = default
)
Request Example
View SourceParameters
- nItemID (Optional)
- Type: Usual
The unique ID of the menu item.
Return Value
Type:
UsualSee Also