ITextView2.InOuterLayout Property

Definition

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.

Applies to