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

Obtient 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#
[AttachedPropertyBrowsableForTypeAttribute(typeof(PasswordBox))]
[AttachedPropertyBrowsableForTypeAttribute(typeof(TextBox))]
public static string GetInfoText(
	DependencyObject obj
)
Visual Basic (Déclaration)
<AttachedPropertyBrowsableForTypeAttribute(GetType(PasswordBox))> _
<AttachedPropertyBrowsableForTypeAttribute(GetType(TextBox))> _
Public Shared Function GetInfoText ( _
	obj As DependencyObject _
) As String
Visual C++
public:
[AttachedPropertyBrowsableForTypeAttribute(typeof(PasswordBox))]
[AttachedPropertyBrowsableForTypeAttribute(typeof(TextBox))]
static String^ GetInfoText(
	DependencyObject^ obj
)

Paramètres

obj
Type: System.Windows..::..DependencyObject
L'objet pour lequel on veut obtenir le texte en filigrane

Valeur de retour

Le texte en filigrane de cet objet

Voir aussi