Click or drag to resize
FdfDialogBox Class
Standardized dialog box with localized, configurable buttons and general layout. Represents replacement for MsgBox(Object, MsgBoxStyle, Object) control and it's derivatives.
Inheritance Hierarchy

Namespace: FDF.Common.Runtime.Controls
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class FdfDialogBox : FdfDialog

The FdfDialogBox type exposes the following members.

Constructors
  NameDescription
Public methodFdfDialogBox(DialogType)
Initializes a new instance of the FdfDialogBox class
Public methodFdfDialogBox(DialogType, String)
Initializes a new instance of the FdfDialogBox class
Top
Properties
  NameDescription
Public propertyMessage
Gets or sets the message to display within dialog box.
Top
Methods
  NameDescription
Protected methodDispose
Releases the unmanaged resources used by the FdfDialogBox and optionally releases the managed resources
(Overrides FdfDialogDispose(Boolean).)
Public methodInitialize (Overrides FdfDialogInitialize.)
Public methodStatic memberShowDialog(DialogType)
Displays dialog box of the specified type.
Public methodStatic memberShowDialog(DialogType, String)
Displays dialog box of the specified type and message.
Public methodStatic memberShowDialog(DialogType, IWin32Window)
Displays dialog box of the specified type and owner window.
Public methodStatic memberShowDialog(DialogType, String, IWin32Window)
Displays dialog box of the specified type, message and owner window.
Top
Remarks