FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormatCells Class / ShowDialog Method / ShowDialog(IWin32Window) Method
Any object that implements System.Windows.Forms.IWin32Window that represents the top-level window that will own the modal dialog box.


In This Topic
ShowDialog(IWin32Window) Method
In This Topic
Shows the form as a modal dialog box with the specified owner.
Syntax
'Declaration
 
Public Overloads Shadows Function ShowDialog( _
   ByVal owner As IWin32Window _
) As DialogResult
 
'Usage
 
Dim instance As FormatCells
Dim owner As IWin32Window
Dim value As DialogResult
 
value = instance.ShowDialog(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

See Also