ShowCaptureObjectOptionsDialog Method

Summary

Displays a dialog to retrieve the options for the CaptureSelectedObject method.

Syntax
C#
VB
C++
  
Public Function ShowCaptureObjectOptionsDialog( _ 
   ByVal owner As IWin32Window, _ 
   ByVal flags As ScreenCaptureDialogFlags, _ 
   ByVal captureObjectOptions As ScreenCaptureObjectOptions, _ 
   ByVal useDefault As Boolean, _ 
   ByVal helpCallback As ScreenCaptureHelpCallback _ 
) As ScreenCaptureObjectOptions 
public: 
ScreenCaptureObjectOptions ShowCaptureObjectOptionsDialog(  
   IWin32Window^ owner, 
   ScreenCaptureDialogFlags flags, 
   ScreenCaptureObjectOptions captureObjectOptions, 
   bool useDefault, 
   ScreenCaptureHelpCallback^ helpCallback 
)  

Parameters

owner
Handle to the owner window.

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

captureObjectOptions
A ScreenCaptureObjectOptions structure to be filled with the data from the dialog.

useDefault
If true, the dialog will start with default values. Otherwise the dialog will use the values specified by the captureObjectOptions structure. These values must be valid values or the dialog will return an error code.

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