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.]

Indique si les nombres négatifs sont autorisés

Espace de nom : Developpez.Dotnet.Windows.Forms
Assembly : 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 AllowNegative { get; set; }
Visual Basic (Déclaration)
<DefaultValueAttribute(True)> _
Public Property AllowNegative As Boolean
	Get
	Set
Visual C++
public:
[DefaultValueAttribute(true)]
property bool AllowNegative {
	bool get ();
	void set (bool value);
}

Voir aussi