Click or drag to resize
FdfDialogBoxShowDialog Method (DialogType, IWin32Window)
Displays dialog box of the specified type and owner window.

Namespace: FDF.Common.Runtime.Controls
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static DialogResult ShowDialog(
	DialogType type,
	IWin32Window owner
)

Parameters

type
Type: FDF.Common.Runtime.ControlsDialogType
owner
Type: System.Windows.FormsIWin32Window

Return Value

Type: DialogResult
See Also