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

ShowDialog Method (RasterSaveDialog)

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 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
) 

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

See Also

Reference

RasterSaveDialog Class
RasterSaveDialog Members

 

 


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