IScrollMap::AreElisionsExpanded Property

 

Determines whether the coordinate system used by this scroll map acts as if all elisions are expanded.

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

property bool AreElisionsExpanded {
	bool get();
}

Property Value

Type: System::Boolean

true if the elisions are expanded, otherwise false.

Return to top
Show: