DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value indicating whether the status strip is visible at the bottom of the control.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public bool StatusStripVisible { get; set; } |
Visual Basic |
---|
Public Property StatusStripVisible As Boolean
Get
Set |
Visual C++ |
---|
public:
virtual property bool StatusStripVisible {
bool get () sealed;
void set (bool value) sealed;
} |
Property Value
Type:
BooleanSet to true to make the status strip visible, false to hide it.
Return Value
Type:
BooleanTrue if the status strip visible, false if not.
Remarks
See Also