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
Visual Basic (Usage) | Copy Code |
---|
Dim instance As New ScreenCaptureHelpCallback(AddressOf HandlerMethod)
|
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
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also