Gets or sets a value indicating whether to dispay the context menu of the properties window.
Namespace: MindFusion.Reporting.WinForms
Assembly: MindFusion.Reporting.Editor
C# Copy Code |
---|
public bool ShowPropertiesWindowContextMenu { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShowPropertiesWindowContextMenu As Boolean |
true to display the context menu when the user right-clicks inside the property window; otherwise, false. The default is true.