LineSelectionForm..::..ShowDialog Method

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

Namespace:  JiwaFinancials.Jiwa.JiwaSupplierReturnsUI.Credit
Assembly:  JiwaSupplierReturnsUI (in JiwaSupplierReturnsUI.dll)

Syntax


public DialogResult ShowDialog(
	IWin32Window owner
)
Public Function ShowDialog ( _
	owner As IWin32Window _
) As DialogResult
public:
DialogResult^ ShowDialog(
	IWin32Window^ owner
)

Parameters

owner
Type: 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.