SetCaptureHotkeyCallback Method

Summary

Sets the method that will handle the HotKey callback.

Syntax
C#
VB
C++
public static void SetCaptureHotkeyCallback( 
   ScreenCaptureHotkeyCallback callback 
) 
  
Public Shared Sub SetCaptureHotkeyCallback( _ 
   ByVal callback As ScreenCaptureHotkeyCallback _ 
)  
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly