←Select platform

WindowHandle Property

Summary

Gets or sets the window handle.

Syntax

C#
VB
C++
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.

Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly