ShowCaptureOptionsDialog Method

Summary

Displays a dialog, and fills a ScreenCaptureOptions structure.

Syntax
C#
VB
C++
  
Public Function ShowCaptureOptionsDialog( _ 
   ByVal owner As IWin32Window, _ 
   ByVal flags As ScreenCaptureDialogFlags, _ 
   ByVal captureOptions As ScreenCaptureOptions, _ 
   ByVal helpCallback As ScreenCaptureHelpCallback _ 
) As ScreenCaptureOptions 
public: 
ScreenCaptureOptions ShowCaptureOptionsDialog(  
   IWin32Window^ owner, 
   ScreenCaptureDialogFlags flags, 
   ScreenCaptureOptions captureOptions, 
   ScreenCaptureHelpCallback^ helpCallback 
)  

Parameters

owner
Handle to the owner window.

flags
Flags that determine the options dialog. For possible values refer to ScreenCaptureDialogFlags.

captureOptions
A ScreenCaptureOptions structure to be filled with the data from the dialog.

helpCallback
A delegate method that will handle the event.

Return Value

Returns the value of the dialog box that specifies the identifiers.

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