BCFindDialogShowDialog Method (IWin32Window) |
Shows the dialog box.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public bool ShowDialog(
IWin32Window owner
)
Public Function ShowDialog (
owner As IWin32Window
) As Boolean
Parameters
- owner
- Type: System.Windows.FormsIWin32Window
Any object that implements the IWin32Window interface
that represents the top-level window that will own the modal dialog box.
Return Value
Type:
BooleanA value indicating whether the user confirmed the dialog operation.
See Also