MindFusion WinForms Programmer's Guide
ReportEditor.ShowPropertiesWindowContextMenu Property
See Also
 





Gets or sets a value indicating whether to dispay the context menu of the properties window.

Namespace: MindFusion.Reporting.WinForms
Assembly: MindFusion.Reporting.Editor

 Syntax

C#  Copy Code

public bool ShowPropertiesWindowContextMenu { get; set; }

Visual Basic  Copy Code

Public Property ShowPropertiesWindowContextMenu As Boolean

 Property Value

true to display the context menu when the user right-clicks inside the property window; otherwise, false. The default is true.

 See Also

ReportEditor Members
ReportEditor Class
MindFusion.Reporting.WinForms Namespace