LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also