[]
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.
public override ContextMenuStrip ContextMenuStrip { get; set; }
To remove the default context menu altogether without assigning a custom menu,
set this value to null
in code.