ITextView2.InOuterLayout 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 or is preparing to be laid out.
public:
property bool InOuterLayout { bool get(); };
public bool InOuterLayout { get; }
member this.InOuterLayout : bool
Public ReadOnly Property InOuterLayout As Boolean
Property Value
Remarks
As opposed to InLayout, it is safe to get the TextViewLines but attempting to queue another layout will cause a reentrant layout exception.