Error processing SSI file
LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Show in webframe

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
)

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

Error processing SSI file