Show / Hide Table of Contents

Method GetIsEditing

| Improve this Doc View Source

GetIsEditing(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest