ITextViewLineCollection.FirstVisibleLine Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the first line that is not completely hidden.
public:
property Microsoft::VisualStudio::Text::Formatting::ITextViewLine ^ FirstVisibleLine { Microsoft::VisualStudio::Text::Formatting::ITextViewLine ^ get(); };
public:
property Microsoft::VisualStudio::Text::Formatting::ITextViewLine ^ FirstVisibleLine { Microsoft::VisualStudio::Text::Formatting::ITextViewLine ^ get(); };
public Microsoft.VisualStudio.Text.Formatting.ITextViewLine FirstVisibleLine { get; }
member this.FirstVisibleLine : Microsoft.VisualStudio.Text.Formatting.ITextViewLine
Public ReadOnly Property FirstVisibleLine As ITextViewLine
Property Value
The first line that is not completely hidden.