[]
        
(Showing Draft Content)

C1.Win.C1Preview.C1PreviewPane.ContextMenuStrip

ContextMenuStrip Property

ContextMenuStrip

Gets or sets the System.Windows.Forms.ContextMenuStrip associated with this C1PreviewPane. If not explicitly set in code (i.e. null at design time), the default context menu will be used at runtime.

Declaration
public override ContextMenuStrip ContextMenuStrip { get; set; }
Overrides
Remarks

To remove the default context menu altogether without assigning a custom menu, set this value to null in code.