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