LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

ScreenCaptureHotkeyCallback Delegate

Show in webframe





Holds the key code for the key that was pressed.
Indicates which method will handle the HotKey pressed by the user.
Syntax
public delegate bool ScreenCaptureHotkeyCallback( 
   Keys hotkey
)
'Declaration
 
Public Delegate Function ScreenCaptureHotkeyCallback( _
   ByVal hotkey As Keys _
) As Boolean
'Usage
 
Dim instance As New ScreenCaptureHotkeyCallback(AddressOf HandlerMethod)

            

            
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

See Also

Reference

ScreenCaptureHotkeyCallback Members
Leadtools.ScreenCapture Namespace
Implementing Screen Capture
CaptureInformation Event
SetCaptureHotkeyCallback Method
ScreenCaptureHelpCallback Delegate

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.