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

Définit le texte d'information en filigrane (watermark) d'une TextBox ou PasswordBox

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

Syntaxe

C#
public static void SetInfoText(
	DependencyObject obj,
	string value
)
Visual Basic (Déclaration)
Public Shared Sub SetInfoText ( _
	obj As DependencyObject, _
	value As String _
)
Visual C++
public:
static void SetInfoText(
	DependencyObject^ obj, 
	String^ value
)

Paramètres

obj
Type: System.Windows..::..DependencyObject
L'objet pour lequel on veut définir le texte en filigrane
value
Type: System..::..String
Le texte à mettre en filigrane sur cet objet

Voir aussi