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 contrôle qui peut être utilisé pour afficher et modifier une adresse IPv4

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_AddressPart2", Type = typeof(TextBox))]
[TemplatePartAttribute(Name = "PART_AddressPart3", Type = typeof(TextBox))]
[TemplatePartAttribute(Name = "PART_AddressPart1", Type = typeof(TextBox))]
[TemplatePartAttribute(Name = "PART_AddressPart0", Type = typeof(TextBox))]
public class IPAddressBox : Control
Visual Basic (Déclaration)
<TemplatePartAttribute(Name := "PART_AddressPart2", Type := GetType(TextBox))> _
<TemplatePartAttribute(Name := "PART_AddressPart3", Type := GetType(TextBox))> _
<TemplatePartAttribute(Name := "PART_AddressPart1", Type := GetType(TextBox))> _
<TemplatePartAttribute(Name := "PART_AddressPart0", Type := GetType(TextBox))> _
Public Class IPAddressBox _
	Inherits Control
Visual C++
[TemplatePartAttribute(Name = L"PART_AddressPart2", Type = typeof(TextBox))]
[TemplatePartAttribute(Name = L"PART_AddressPart3", Type = typeof(TextBox))]
[TemplatePartAttribute(Name = L"PART_AddressPart1", Type = typeof(TextBox))]
[TemplatePartAttribute(Name = L"PART_AddressPart0", Type = typeof(TextBox))]
public ref class IPAddressBox : 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..::..IPAddressBox

Voir aussi