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 la valeur de la propriété SelectAllOnFocus pour l'objet spécifié

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(TextBoxBase))]
public static bool GetSelectAllOnFocus(
	DependencyObject obj
)
Visual Basic (Déclaration)
<AttachedPropertyBrowsableForTypeAttribute(GetType(PasswordBox))> _
<AttachedPropertyBrowsableForTypeAttribute(GetType(TextBoxBase))> _
Public Shared Function GetSelectAllOnFocus ( _
	obj As DependencyObject _
) As Boolean
Visual C++
public:
[AttachedPropertyBrowsableForTypeAttribute(typeof(PasswordBox))]
[AttachedPropertyBrowsableForTypeAttribute(typeof(TextBoxBase))]
static bool GetSelectAllOnFocus(
	DependencyObject^ obj
)

Paramètres

obj
Type: System.Windows..::..DependencyObject
L'objet pour lequel on veut obtenir la valeur de la propriété

Valeur de retour

true si tout le texte est sélectionné quand l'élément prend le focus, sinon false.

Voir aussi