Exit

<< Click to Display Table of Contents >>

 

Exit

Exit()

This method closes this window in an Elipse E3 Viewer. The next code contains a usage example of this method.

Sub_Button1.Click()
  Application.Exit()
EndSub

Was this page useful?