LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)
LEAD Technologies, Inc

WindowHandle Property






Gets or sets the window handle.
Syntax
public IntPtr WindowHandle {get; set;}
'Declaration
 
Public Property WindowHandle As IntPtr
'Usage
 
Dim instance As ScreenCaptureInformation
Dim value As IntPtr
 
instance.WindowHandle = value
 
value = instance.WindowHandle
public IntPtr WindowHandle {get; set;}
 get_WindowHandle();
set_WindowHandle(value);
public:
property IntPtr WindowHandle {
   IntPtr get();
   void set (    IntPtr value);
}

Property Value

Handle to the window being captured.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScreenCaptureInformation Class
ScreenCaptureInformation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.