<< Click to Display Table of Contents >>
Close |
Close(Code)
Use the Close 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. Example:
Sub CloseButton_Click()
' When clicking this button,
' closes the window.
Screen.Close(0)
End Sub