IsActive
TheIsActivemethod returns a Boolean value that indicates whether this window is active.
ODBoolean IsActive ();
- return value
kODTrueif this window is active, otherwisekODFalse.DISCUSSION
A window is active if it is either the frontmost nonfloating window or a floating window.SEE ALSO
Listing 2-28 on page 82 in OpenDoc Cookbook.