ShowStatusBar property
- Last UpdatedJul 19, 2024
- 1 minute read
The ShowStatusBar property is a read-write Boolean property that gets or sets the visibility of the status bar at run time.
Syntax
result = AlarmClient.ShowStatusBar;
AlarmClient.ShowStatusBar = showStatusBar;