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

ShowDialog Method (RasterSaveDialog)






Any object that implements System.Windows.Forms.IWin32Window that represents the top-level window that will own the modal dialog box.
Runs the Save dialog box.
Syntax
public DialogResult ShowDialog( 
   IWin32Window owner
)
'Declaration
 
Public Function ShowDialog( _
   ByVal owner As IWin32Window _
) As DialogResult
'Usage
 
Dim instance As RasterSaveDialog
Dim owner As IWin32Window
Dim value As DialogResult
 
value = instance.ShowDialog(owner)
public DialogResult ShowDialog( 
   IWin32Window owner
)
 function Leadtools.WinForms.CommonDialogs.File.RasterSaveDialog.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 the value of the dialog box that specifies the identifiers.
Example
Refer to RasterSaveDialog 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

RasterSaveDialog Class
RasterSaveDialog Members

 

 


Products | Support | Contact Us | Copyright Notices

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