Menu Property (ContextMenuEventArgs)
In This Topic
Gets the System.Windows.Forms.ContextMenuStrip that was created or customized.
Syntax
'Declaration
Public ReadOnly Property Menu As System.Windows.Forms.ContextMenuStrip
public System.Windows.Forms.ContextMenuStrip Menu {get;}
See Also