←Select platform

ShowDialog Method (RasterOpenDialog)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms.CommonDialogs.File Assembly
Click or drag to resize