Shows the dialog box.
            
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
 Syntax
Syntax
| C# | 
|---|
| public bool ShowDialog( IWin32Window owner ) | 
| Visual Basic | 
|---|
| Public Function ShowDialog ( _ owner As IWin32Window _ ) As Boolean | 
| Visual C++ | 
|---|
| public: bool ShowDialog( IWin32Window^ owner ) | 
Parameters
- owner
- Type: System.Windows.Forms..::..IWin32Window
 Any object that implements the IWin32Window interface that represents the top-level window that will own the modal dialog box.





