Click or drag to resize
FdfSettingsEditor Class
Inheritance Hierarchy

Namespace: FDF.Common.Runtime.Controls
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public sealed class FdfSettingsEditor : FdfControl, 
	IFdfDialogControl

The FdfSettingsEditor type exposes the following members.

Constructors
  NameDescription
Public methodFdfSettingsEditor
Initializes a new instance of the FdfSettingsEditor class
Top
Methods
  NameDescription
Protected methodDispose
Releases the unmanaged resources used by the FdfSettingsEditor and optionally releases the managed resources
(Overrides FdfControlDispose(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.
(Overrides FdfControlFill.)
Public methodInitialize
Represents initializion stage of the control where any explicit control initialization is being performed (i.e. localization, resources loading, sizing, etc.).
(Overrides FdfControlInitialize.)
Public methodOnCancel
Occurs when user hits Cancel button.
Public methodOnHelp
Occurs when user hits Help button.
Public methodOnOk
Occurs when user hits OK button.
Top
See Also