Click or drag to resize
FdfControl Class
Represents a base class for custom controls.
Inheritance Hierarchy

Namespace: FDF.Common.Runtime.Controls
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class FdfControl : UserControl, IFdfControl, 
	IFdfCommandListener

The FdfControl type exposes the following members.

Constructors
  NameDescription
Public methodFdfControl
Initializes a new instance of the FdfControl class
Top
Properties
  NameDescription
Public propertyIsBusy
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.
Public propertyTitle
Top
Methods
  NameDescription
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 FdfControl and optionally releases the managed resources
(Overrides ContainerControlDispose(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 methodHideEmptyLabel
Public methodInitialize
Represents initializion stage of the control where any explicit control initialization is being performed (i.e. localization, resources loading, sizing, etc.).
Public methodOnCommand
Occurs when command dispatcher dispatches a command.
Public methodStatic memberSetEmptyLabel
Public methodShowEmptyLabel
Top
Remarks
See Also
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              FDF.Common.Runtime.ControlsFdfControl
                FDF.CommonFdoFeatureViewer
                FDF.Common.Runtime.ControlsFdfCollectionEditor
                FDF.Common.Runtime.ControlsFdfProgressBar
                FDF.Common.Runtime.ControlsFdfSettingsEditor
                FDF.Common.Runtime.ControlsFdfTabPage
                FDF.Common.Runtime.ControlsFdoFeatureEditor
                FDF.Common.Runtime.ControlsFdoFeaturePicker