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

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

Parameters

type
Type: FDF.Common.Runtime.ControlsDialogType
message
Type: SystemString

Return Value

Type: DialogResult
See Also