-
Notifications
You must be signed in to change notification settings - Fork 1
TextBoxBehavior
Patrick Schimmel edited this page May 24, 2021
·
2 revisions
Namespace: ES.Tools.Behaviors
The TextBoxBehavior is an extension for WPF TextBoxes.
Set the SelectAllTextOnFocus attached dependency property to true to select the TextBox text when the TextBox gets focused.
<TextBox behaviors:TextBoxBehavior.SelectAllTextOnFocus="true" Text="Example" />See also PasswordBoxBehavior.
-
Infrastructure
-
MVVM
-
Adorners
-
Behaviors
-
Controls
-
Converters
-
Effects
-
Infrastructure