InPlaceTextEditor.InUse Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.