DashboardDesignerStatusStripVisible Property |
|
DataPA OpenAnalytics 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 public bool StatusStripVisible { get; set; }
Public Property StatusStripVisible As Boolean
Get
Set
public:
virtual property bool StatusStripVisible {
bool get () sealed;
void set (bool value) sealed;
}
function get_StatusStripVisible();
function set_StatusStripVisible(value);
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