MenuCommandEvent.ItemID Property | |
A numeric value representing the ID of the menu item that generated this MenuCommandEvent.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ItemID AS LONG GET
public virtual int ItemID { get; }
Request Example
View SourceProperty Value
Type:
LongA numeric value representing the ID of the menu item that generated this MenuCommandEvent.
See Also