ITextView.InLayout Property

Definition

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.

Applies to