ActiveReports 13
Enabled Property (BaseToolbox)

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > BaseToolbox Class : Enabled Property
Gets or sets a value indicating whether the control can respond to user interaction.
Syntax
'Declaration
 
Public Property Enabled As Boolean
public bool Enabled {get; set;}

Property Value

true if the control can respond to user interaction; otherwise, false. The default is true.
See Also

Reference

BaseToolbox Class
BaseToolbox Members