Error processing SSI file
LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Show in webframe

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:
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

See Also

Reference

ScreenCaptureInformation Class
ScreenCaptureInformation Members

Error processing SSI file