Click or drag to resize
FdfDialog Class
Inheritance Hierarchy

Namespace: FDF.Common.Runtime.Controls
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class FdfDialog : Form, IFdfDialogControl, 
	IFdfCommandListener

The FdfDialog type exposes the following members.

Constructors
  NameDescription
Public methodFdfDialog
Initializes a new instance of the FdfDialog class
Public methodFdfDialog(Control)
Initializes a new instance of the FdfDialog class
Top
Properties
  NameDescription
Public propertyDialogChecked
Gets or sets dialog checkbox state.
Public propertyDialogHelpId
Gets or sets dialog help topic ID.
Public propertyDialogPanel
Public propertyDialogStyle
Gets or sets dialog buttons style.
Public propertyDialogText
Gets or sets dialog checkbox text.
Public propertyIsEmpty
Returns True if control is considered empty, i.e. when there is no external data found or no external data filled, otherwise returns False. Default value is True.
Top
Methods
  NameDescription
Public methodAddControl
Embeds a child control into the dialog. If specified child control is FdfControl then current dialog relays button-click events to it.
Public methodClear
Clears any bound controls possibly set with external data during filling stage, setting control properties to their default values at the same time.
Protected methodDispose
Releases the unmanaged resources used by the FdfDialog and optionally releases the managed resources
(Overrides FormDispose(Boolean).)
Public methodFill
Represents a data-binding stage, when control gets filled with external data. At this stage external data is possibly pre-processed and suited to the control itself.
Public methodInitialize
Represents initializion stage of the control where any explicit control initialization is being performed (i.e. localization, resources loading, sizing, etc.).
Public methodOnCancel
Occurs when user hits Cancel button.
Public methodOnCommand
Occurs when command dispatcher dispatches a command.
Public methodOnHelp
Occurs when user hits Help button.
Public methodOnOk
Occurs when user hits OK button.
Protected methodOnPaint (Overrides FormOnPaint(PaintEventArgs).)
Top
Events
  NameDescription
Public eventCheckedChanged
Top
See Also
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsForm
              FDF.Common.Runtime.ControlsFdfDialog
                FDF.Common.Runtime.ControlsCrsEditor
                FDF.Common.Runtime.ControlsFdfDialogBox
                FDF.Common.Runtime.ControlsFdfExceptionDialog
                FDF.Common.Runtime.ControlsFdfLoginDialog
                FDF.Common.Runtime.ControlsFdfParameterDialog
                FDF.Common.Runtime.ControlsFdfSettingsDialog
                FDF.Common.Runtime.ControlsFdfTabbedDialog
                FDF.Common.Runtime.ControlsFdoFeatureExpressionEditor
                FDF.Common.Runtime.ControlsFdoFeaturePropertyEditor
                FDF.Common.Runtime.ControlsFdoFilterEditor
                FDF.Common.Runtime.ControlsFdoProviderCapabilitiesDialog
                FDF.Common.Runtime.ControlsFdoTaskEditor