ITextViewLineCollection::LastVisibleLine Property

 

Gets the last line that is not completely hidden.

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

property ITextViewLine^ LastVisibleLine {
	ITextViewLine^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Formatting::ITextViewLine^

The last line that is not completely hidden.

Return to top
Show: