Method GetIsEditing
| Improve this Doc View SourceGetIsEditing(TextBox)
Gets the value indicates whether specified System.Windows.Controls.TextBox is in editing mode. This is the getter of IsEditing attached property.
Declaration
public static bool GetIsEditing(this TextBox textBox)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.TextBox | textBox | The specified System.Windows.Controls.TextBox. |
Returns
Type | Description |
---|---|
System.Boolean | true if specified System.Windows.Controls.TextBox is in editing mode, otherwise false. |