Click or drag to resize
FdfDialogBox Constructor (DialogType, String)
Initializes a new instance of the FdfDialogBox class

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

Parameters

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