Class TextBoxStatus
Provides attached property and extension methods for System.Windows.Controls.TextBox status.
Inheritance
System.Object
TextBoxStatus
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Data.Presenters.Primitives
Assembly: DevZest.Data.WPF.dll
Syntax
public static class TextBoxStatus
Fields
Name | Description |
---|---|
IsEditingProperty | Identifies the IsEditing attached readonly property (GetIsEditing(TextBox)). |
Methods
Name | Description |
---|---|
Cleanup(TextBox) | Cleanup the System.Windows.Controls.TextBox for status management. |
GetIsEditing(TextBox) | Gets the value indicates whether specified System.Windows.Controls.TextBox is in editing mode. This is the getter of IsEditing attached property. |
Setup(TextBox) | Setup the System.Windows.Controls.TextBox for status management. |