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 ScreenCaptureHelpType, _ 
   ByVal controlId As ScreenCaptureControlId _ 
)  
public delegate void ScreenCaptureHelpCallback(  
   ScreenCaptureHelpType helpType, 
   ScreenCaptureControlId controlId 
) 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly