- owner
 - Handle to the owner window.
 
- flags
 - Flags that determine the options dialog. For possible values refer to ScreenCaptureDialogFlags.
 
- captureOptions
 - A Leadtools.ScreenCapture.ScreenCaptureOptions structure to be filled with the data from the dialog.
 
- helpCallback
 - A delegate method that will handle the event.
 
| Visual Basic (Declaration) | |
|---|---|
Public Function ShowCaptureOptionsDialog( _ ByVal owner As IWin32Window, _ ByVal flags As ScreenCaptureDialogFlags, _ ByVal captureOptions As ScreenCaptureOptions, _ ByVal helpCallback As ScreenCaptureHelpCallback _ ) As ScreenCaptureOptions  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As ScreenCaptureEngine Dim owner As IWin32Window Dim flags As ScreenCaptureDialogFlags Dim captureOptions As ScreenCaptureOptions Dim helpCallback As ScreenCaptureHelpCallback Dim value As ScreenCaptureOptions value = instance.ShowCaptureOptionsDialog(owner, flags, captureOptions, helpCallback)  | |
| C# | |
|---|---|
public ScreenCaptureOptions ShowCaptureOptionsDialog( IWin32Window owner, ScreenCaptureDialogFlags flags, ScreenCaptureOptions captureOptions, ScreenCaptureHelpCallback helpCallback )  | |
| C++/CLI | |
|---|---|
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 Leadtools.ScreenCapture.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.For an example, refer to ScreenCaptureEngine. 
            
 
            
            
            Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Reference
ScreenCaptureEngine ClassScreenCaptureEngine Members
Implementing Screen Capture
CaptureOptions Property
ShowCaptureAreaOptionsDialog Method
ShowCaptureObjectOptionsDialog Method
DefaultCaptureAreaOptions Property
DefaultCaptureObjectOptions Property
ScreenCaptureOptions Structure
ScreenCaptureAreaOptions Structure
ScreenCaptureObjectOptions Structure
ScreenCaptureInformation Class
  
   
                           
Copy Code