ScreenCaptureHotkeyCallback Delegate

Summary
Indicates which method will handle the HotKey pressed by the user.
Syntax
C#
VB
C++
public delegate bool ScreenCaptureHotkeyCallback( 
   Keys hotkey 
) 
  
Public Delegate Function ScreenCaptureHotkeyCallback( _ 
   ByVal hotkey As Keys _ 
) As Boolean 
public delegate bool ScreenCaptureHotkeyCallback(  
   Keys hotkey 
) 

Parameters

hotkey
Holds the key code for the key that was pressed.

Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms

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

Leadtools.ScreenCapture Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.