LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

ShowDialog Method (RasterOpenDialog)

Show in webframe





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
) 

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

See Also

Reference

RasterOpenDialog Class
RasterOpenDialog Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.