Gets and sets if the status bar is visible. | |
Syntax: | Boolean =
object.StatusBarVisible object.StatusBarVisible = Boolean |
Description: | The StatusBarVisible property gets and sets
if the status bar is visible. Example: Sub GefScreen_StatusBarVisible() Dim oCimScr As GefScreen Set oCimScr = CimGetScreen oCimScr.StatusBarVisible =
False End Sub |