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.
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
C# |
---|
public override ContextMenuStrip ContextMenuStrip { get; set; } |
Visual Basic |
---|
Public Overrides Property ContextMenuStrip As ContextMenuStrip Get Set |
Remarks
To remove the default context menu altogether without assigning a custom menu,
set this value to null in code.