Read-only |
About Windows |
Description |
Returns a handle to the Active Window object. You can either (1) use the handle directly to access window properties and methods, or (2) set a variable to the window object. The variable retains a handle to the original window if another window becomes active. |
VB Syntax |
1) app.ActiveNAWindow.<setting> |
Variable |
(Type) - Description |
win |
A NAWindow (object) |
app |
An Application (object) |
<setting> |
A NAWindow property (or method) and arguments |
Return Type |
A NAWindow object |
Default |
Not applicable |
Examples |
Public win as NAWindow |
C++ Syntax |
HRESULT get_ActiveNAWindow(INAWindow **ppWindow) |
Interface |
IApplication |