BCCompareDialog OnShowDialog Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Shows the dialog box.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

protected override bool OnShowDialog(
	IWin32Window owner
)

Parameters

owner
Type: OnlineSystem.Windows.Forms IWin32Window
Any object that implements the OnlineIWin32Window interface that represents the top-level window that will own the modal dialog box.

Return Value

A value indicating whether the user confirmed the dialog operation.
See Also