WindowHandle Property
Summary
Gets or sets the window handle.
Syntax
public IntPtr WindowHandle { get; set; }
Public Property WindowHandle As IntPtr
public:
property IntPtr WindowHandle {
IntPtr get();
void set ( IntPtr );
}
Property Value
Handle to the window being captured.