Go to the previous zoom | |
Syntax: | Boolean = object.PreviousZoom ( ) |
Description: | Zooms to the previous zoom view. Returns TRUE if
succesful, FALSE if no previous zoom in the stack Examples Sub GefScreen_PreviousZoom() Dim oCimScr As GefScreen Set oCimScr = CimGetScreen oCimStr.PreviousZoom End Sub |