←Select platform

ScreenCaptureHelpCallback Delegate

Summary

Occurs when the user has clicked the Help button, clicked the "?" button on the title bar, or pressed F1 for a control on a dialog.

Syntax

C#
VB
C++
public delegate void ScreenCaptureHelpCallback( 
   ScreenCaptureHelpType helpType, 
   ScreenCaptureControlId controlId 
) 
  
Public Delegate Sub ScreenCaptureHelpCallback( _ 
   ByVal helpType As Leadtools.Screencapture.ScreenCaptureHelpType, _ 
   ByVal controlId As Leadtools.Screencapture.ScreenCaptureControlId _ 
)  

Parameters

helpType
Help callback type. For possible values refer to ScreenCaptureHelpType.

controlId
Control Id type. If the user presses F1 for a control, or clicks the "?" button on the title bar, its ID will be sent to this method, otherwise the value of controlId is -1. For possible values refer to ScreenCaptureControlId.

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