Click or drag to resize
FdfDialog Methods

The FdfDialog type exposes the following members.

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 (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
See Also