Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet.Windows.Forms (dans Developpez.Dotnet.Windows.Forms.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Indique si une saisie vide est valide
Espace de nom : Developpez.Dotnet.Windows.FormsAssembly : Developpez.Dotnet.Windows.Forms (dans Developpez.Dotnet.Windows.Forms.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
[DefaultValueAttribute(true)] public bool AllowEmpty { get; set; } |
Visual Basic (Déclaration) |
---|
<DefaultValueAttribute(True)> _ Public Property AllowEmpty As Boolean Get Set |
Visual C++ |
---|
public: [DefaultValueAttribute(true)] property bool AllowEmpty { bool get (); void set (bool value); } |