Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Représente un champ de formulaire lié aux données

Espace de nom : Developpez.Dotnet.Windows.Controls
Assembly : Developpez.Dotnet.Windows (dans Developpez.Dotnet.Windows.dll) Version: 0.6.0.0 (0.6.0.0)

Syntaxe

C#
public abstract class BoundFormField : FormField
Visual Basic (Déclaration)
Public MustInherit Class BoundFormField _
	Inherits FormField
Visual C++
public ref class BoundFormField abstract : public FormField

Hiérarchie d'héritage

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              Developpez.Dotnet.Windows.Controls..::..FormField
                Developpez.Dotnet.Windows.Controls..::..BoundFormField
                  Developpez.Dotnet.Windows.Controls..::..CheckBoxFormField
                  Developpez.Dotnet.Windows.Controls..::..ComboBoxFormField
                  Developpez.Dotnet.Windows.Controls..::..TextFormField

Voir aussi