ITextViewLineCollection.LastVisibleLine 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 last line that is not completely hidden.
public:
property Microsoft::VisualStudio::Text::Formatting::ITextViewLine ^ LastVisibleLine { Microsoft::VisualStudio::Text::Formatting::ITextViewLine ^ get(); };
public:
property Microsoft::VisualStudio::Text::Formatting::ITextViewLine ^ LastVisibleLine { Microsoft::VisualStudio::Text::Formatting::ITextViewLine ^ get(); };
public Microsoft.VisualStudio.Text.Formatting.ITextViewLine LastVisibleLine { get; }
member this.LastVisibleLine : Microsoft.VisualStudio.Text.Formatting.ITextViewLine
Public ReadOnly Property LastVisibleLine As ITextViewLine
Property Value
The last line that is not completely hidden.