Search
PrintPreview.WindowHandle Property
See Also
 



Gets the HWND handle of the print preview window.

 Syntax

VB6  Copy Code

Public Property Get WindowHandle() As Long

C++  Copy Code

public:
unsigned int get_WindowHandle ()

 Property Value

A long value.

 Remarks

The 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