LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)
LEAD Technologies, Inc

ShowDialog Method (RasterOpenDialog)






Any object that implements System.Windows.Forms.IWin32Window that represents the top-level window that will own the modal dialog box.
Runs the Open dialog box.
Syntax
public DialogResult ShowDialog( 
   IWin32Window owner
)
'Declaration
 
Public Function ShowDialog( _
   ByVal owner As IWin32Window _
) As DialogResult
'Usage
 
Dim instance As RasterOpenDialog
Dim owner As IWin32Window
Dim value As DialogResult
 
value = instance.ShowDialog(owner)
public DialogResult ShowDialog( 
   IWin32Window owner
)
 function Leadtools.WinForms.CommonDialogs.File.RasterOpenDialog.ShowDialog( 
   owner 
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterOpenDialog Class
RasterOpenDialog Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.