AcquireFrontFloatingWindow
Mac OSThe
AcquireFrontFloatingWindowmethod returns a reference to the frontmost floating window.
ODWindow AcquireFrontFloatingWindow ();
- return value
- A reference to the frontmost floating window, or
kODNULLif there are no floating OpenDoc windows.DISCUSSION
This method increments the reference count of the returned window. When you have finished using that window, you should call itsReleasemethod.