Navigate to parent node | |
Syntax: | Boolean = object.NavToParent ( ) |
Description: | CimView only. Navigates to parent node of
the current navigation node. Examples Sub GefScreen_NavToParent() Dim oCimScr As GefScreen Set oCimScr = CimGetScreen oCimScr.NavToParent End Sub |