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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly