Important: The information in this document is obsolete and should not be used for new development.
GetWindow
Retrieves the window of this opener part.
ODWindow GetWindow ();
- return value
- The opener part's window if the opener part is the root part; otherwise,
kODNULL.DISCUSSION
You call this method to retrieve an opener part's window. If you are developing a Cyberdog item or a Cyberdog display part, you should call this method to determine the screen position and the window layer at which to open new windows.If you subclass
CyberOpenerPartExtension, you must override this method. Your override must not call its inherited method; that is, your override method must implement this method's functionality completely.
 
  
  
 