DataPA Enterprise Dashboard Controls API Reference
Gets and sets the Control Panel background colour.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public Color ControlPanelBackgroundColour { get; set; } |
| Visual Basic |
|---|
Public Property ControlPanelBackgroundColour As Color
Get
Set |
| Visual C++ |
|---|
public:
virtual property Color ControlPanelBackgroundColour {
Color get () sealed;
void set (Color value) sealed;
} |
Property Value
Type:
ColorThe Control Panel background colour.
Return Value
Type:
ColorThe Control Panel background colour.
Remarks
See Also