'Declaration
<SRDescriptionAttribute("The shortcut menu to display when the user right-clicks the control.")> <System.ComponentModel.DefaultValueAttribute()> <SRCategoryAttribute("Behavior")> 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
[SRDescription("The shortcut menu to display when the user right-clicks the control.")] [System.ComponentModel.DefaultValue()] [SRCategory("Behavior")] public virtual System.Windows.Forms.ContextMenuStrip ContextMenuStrip {get; set;}