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 with get
function get InLayout () : boolean
Property Value
Type: 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.