←Select platform

SetCaptureHotkeyCallback Method

Summary

Sets the method that will handle the HotKey callback.

Syntax

C#
VB
C++
public static void SetCaptureHotkeyCallback( 
   ScreenCaptureHotkeyCallback callback 
) 
  
Public Shared Sub SetCaptureHotkeyCallback( _ 
   ByVal callback As Leadtools.Screencapture.ScreenCaptureHotkeyCallback _ 
)  
public: 
static void SetCaptureHotkeyCallback(  
   Leadtools.Screencapture.ScreenCaptureHotkeyCallback^ callback 
)  

Parameters

callback
A method that will handle the HotKey callback.

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