Shows the form as a modal dialog box with the specified owner.

Namespace:  Novalys.VisualGuard.Security.WinForm
Assembly:  Novalys.VisualGuard.Security.WinForm (in Novalys.VisualGuard.Security.WinForm.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public DialogResult ShowDialog(
	IWin32Window owner
)
Visual Basic (Declaration)
Public Function ShowDialog ( _
	owner As IWin32Window _
) As DialogResult

Parameters

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

Return Value

One of the DialogResult values.

See Also