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: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public DialogResult ShowDialog(
	IWin32Window owner
)
Visual Basic
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

Type: DialogResult
One of the DialogResult values.

See Also