MenuCommandEvent.NameSym Property | |
A symbol representing the name stored in the hyperlabel of the menu item that generated this MenuCommandEvent.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY NameSym AS SYMBOL GET
public virtual Symbol NameSym { get; }
Request Example
View SourceProperty Value
Type:
SymbolA symbol representing the name stored in the hyperlabel of the menu item that generated this MenuCommandEvent.
See Also