LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)
LEAD Technologies, Inc

ScreenCaptureHotkeyCallback Delegate






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
)
ScreenCaptureHotkeyCallback( 
   hotkey 
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.