Leadtools.ScreenCapture Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
SetCaptureHotkeyCallback Method
See Also 
Leadtools.ScreenCapture Namespace > ScreenCaptureEngine Class : SetCaptureHotkeyCallback Method



callback
A method that will handle the HotKey callback.
callback
A method that will handle the HotKey callback.
Sets the method that will handle the HotKey callback.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetCaptureHotkeyCallback( _
   ByVal callback As ScreenCaptureHotkeyCallback _
) 
Visual Basic (Usage)Copy Code
Dim callback As ScreenCaptureHotkeyCallback
 
ScreenCaptureEngine.SetCaptureHotkeyCallback(callback)
C# 
public static void SetCaptureHotkeyCallback( 
   ScreenCaptureHotkeyCallback callback
)
C++/CLI 
public:
static void SetCaptureHotkeyCallback( 
   ScreenCaptureHotkeyCallback^ callback
) 

Parameters

callback
A method that will handle the HotKey callback.

Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also