ITextViewLineCollection::FirstVisibleLine Property

 

Gets the first line that is not completely hidden.

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

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

Property Value

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

The first line that is not completely hidden.

Return to top
Show: