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 (contrôle FormView)

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#
[TemplatePartAttribute(Name = "PART_Header", Type = typeof(FrameworkElement))]
[TemplatePartAttribute(Name = "PART_Display", Type = typeof(FrameworkElement))]
[TemplatePartAttribute(Name = "PART_Editor", Type = typeof(FrameworkElement))]
public class FormField : Control
Visual Basic (Déclaration)
<TemplatePartAttribute(Name := "PART_Header", Type := GetType(FrameworkElement))> _
<TemplatePartAttribute(Name := "PART_Display", Type := GetType(FrameworkElement))> _
<TemplatePartAttribute(Name := "PART_Editor", Type := GetType(FrameworkElement))> _
Public Class FormField _
	Inherits Control
Visual C++
[TemplatePartAttribute(Name = L"PART_Header", Type = typeof(FrameworkElement))]
[TemplatePartAttribute(Name = L"PART_Display", Type = typeof(FrameworkElement))]
[TemplatePartAttribute(Name = L"PART_Editor", Type = typeof(FrameworkElement))]
public ref class FormField : public Control

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

Voir aussi