ShowDialog Method

Summary
Runs the Open 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 a value of the dialog box that specifies the identifiers.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.