←Select platform

ShowDialog Method

Summary

Runs the Save dialog box.

Syntax

C#
VB
C++
public DialogResult ShowDialog( 
   IWin32Window owner 
) 
  
Public Function ShowDialog( _ 
   ByVal owner As IWin32Window _ 
) As DialogResult 
public: 
DialogResult ShowDialog(  
   IWin32Window^ owner 
)  

Parameters

owner
Any object that implements System.Windows.Forms.IWin32Window that represents the top-level window that will own the modal dialog box.

Return Value

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

Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly