DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates whether the ControlPanelObject is currently enabled.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public bool Enabled { get; } |
Visual Basic |
---|
Public ReadOnly Property Enabled As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool Enabled {
bool get () sealed;
} |
Return Value
Type:
BooleanA value that indicates whether the ControlPanelObject is currently enabled
Remarks
See Also