Programming with Reflection
GetMyWindow method
Syntax WindowID = object.GetMyWindow
Returns the window ID of the current Reflection window.
WindowID Return type: Long
The window ID of the current Reflection window.
Note: Because this method returns a value but does not take any arguments, some OLE clients return an error when you try to use this method. If this happens, try appending parentheses to the end of the command. For example:
myWindow = myobject.GetMyWindow( )