ITextView.InLayout 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.
Determines whether the view is in the process of being laid out.
public:
property bool InLayout { bool get(); };
public:
property bool InLayout { bool get(); };
public bool InLayout { get; }
member this.InLayout : bool
Public ReadOnly Property InLayout As Boolean
Property Value
true if the view is being laid out, otherwise false.
Remarks
Attempting to get the text view lines of the view while it is being laid out will throw an exception.