ITextView.InLayout Property

Determines whether the view is in the process of being laid out.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
ReadOnly Property InLayout As Boolean
bool InLayout { get; }
property bool InLayout {
    bool get ();
}
abstract InLayout : bool
function get InLayout () : boolean

Property Value

Type: System.Boolean
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 cause an exception to be thrown.

.NET Framework Security

See Also

Reference

ITextView Interface

Microsoft.VisualStudio.Text.Editor Namespace