Gets and sets the visibility of navigation bar. | |
Syntax: | Boolean =
object.NavBarVisible object.NavBarVisible = Boolean |
Description: | CimView only. Gets or sets the visibility
of navigation bar. Examples Sub GefScreen_showNavBar() Dim oCimScr As GefScreen Set oCimScr = CimGetScreen If oCimScr.NavBarVisible = False
Then oCimScr.NavBarVisible = True End If End Sub |