←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly