Gets the current navigation path. | |
Syntax: | String = object.NavCurPath |
Description: | CimView only. The NavCurPath
property gets the current navigation path. Examples Sub GefScreen_NavPath() Dim oCimScr As GefScreen Set oCimScr = CimGetScreen MsgBox "The title is now " &
oCimScr.NavCurPath End Sub |