'Declaration
<System.ComponentModel.DefaultValueAttribute()> <SRCategoryAttribute("Behavior")> <SRDescriptionAttribute("The shortcut menu to display when the user right-clicks the control.")> <System.ComponentModel.BrowsableAttribute(False)> Public Overridable Property ContextMenu As System.Windows.Forms.ContextMenu
'Usage
Dim instance As EditSourceDialog Dim value As System.Windows.Forms.ContextMenu instance.ContextMenu = value value = instance.ContextMenu
[System.ComponentModel.DefaultValue()] [SRCategory("Behavior")] [SRDescription("The shortcut menu to display when the user right-clicks the control.")] [System.ComponentModel.Browsable(false)] public virtual System.Windows.Forms.ContextMenu ContextMenu {get; set;}