Gets or sets the shortcut menu associated with the control.
public: __property ContextMenu* get_ContextMenu() override;
public: __property void set_ContextMenu(
ContextMenu* value
) override;
'Declaration
Public Overrides Property ContextMenu As ContextMenu
'Usage
Dim instance As ImageXView
Dim value As ContextMenu
instance.ContextMenu = value
value = instance.ContextMenu
Property Value
A
System.Windows.Forms.ContextMenu that represents the shortcut menu associated with the control.