ActiveReports 13
Visible Property (BaseToolbox)

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > BaseToolbox Class : Visible Property
Gets or sets a value indicating whether the control and all its child controls are displayed.
Syntax
'Declaration
 
Public Property Visible As Boolean
public bool Visible {get; set;}

Property Value

true if the control and all its child controls are displayed; otherwise, false. The default is true.
See Also

Reference

BaseToolbox Class
BaseToolbox Members