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





Gets or sets a value indicating whether the Toolbox window is visible.

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

 Syntax

C#  Copy Code

public bool ShowToolboxWindow { get; set; }

Visual Basic  Copy Code

Public Property ShowToolboxWindow As Boolean

 Property Value

true to display the Toolox window inside the editor; otherwise, false. The default is true.

 See Also

ReportEditor Members
ReportEditor Class
MindFusion.Reporting.WinForms Namespace