<< Click to Display Table of Contents >>
Close |
Close(Code)
Use this method to close a Frame window. The Code parameter contains the returned value for the DoModal method, if this window was called by this method, according to the next example.
Sub CloseButton_Click()
' When clicking this Button,
' closes the window
Screen.Close(0)
End Sub