InPlaceTextEditor.InUse Property

Definition

Gets a value indicating whether the edit control is currently active and in use.

public:
 property bool InUse { bool get(); };
public bool InUse { get; }
member this.InUse : bool
Public ReadOnly Property InUse As Boolean

Property Value

true if the edit control is currently active and in use.

Applies to