IVerticalScrollBar::Map Property

 

Gets the mapping between the text position and the scrollbar coordinate for the scrollbar.

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

property IScrollMap^ Map {
	IScrollMap^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Editor::IScrollMap^

The mapping between the text position and the scrollbar coordinate for the scrollbar.

Return to top
Show: