Gets the HWND handle of the print preview window.
SyntaxVB6
Copy Code
|
|---|
Public Property Get WindowHandle() As Long |
C++
Copy Code
|
|---|
public: |
A long value.
RemarksThe Microsoft Windows operating environment identifies each window, form and control in an application by assigning it a window handle (HWND). The handle returned by this property can be used with various Windows API calls to change the attributes of the pint preview window.
See Also