Click or drag to resize
DialogType Enumeration
Layout configurations for dialogs.

Namespace: FDF.Common.Runtime.Controls
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public enum DialogType
Members
  Member nameValueDescription
Information0Information dialog box.
Warning1Warning dialog box.
CriticalError2Error dialog box.
NotLicensed3Application not licensed dialog box.
NetworkLicenseUnavailable4Network license not available dialog box.
OkCancel5Warning dialog box with OK and Cancel buttons.
ModuleNotLicensed6Application module not licensed dialog box.
Remarks