This document is archived and information here might be outdated. Recommended version. |
Indicates whether or not the Map's scrollbars are visible.
[Visual Basic .NET]
Public Property ShowScrollbars As Boolean
[C#]
public bool ShowScrollbars {get; set;}
[C++]
HRESULT get_ShowScrollbars(
void
);
[C++]
HRESULT put_ShowScrollbars(
);
If ShowScrollbars is true, the MapControl's internal scrollbars will appear when the Extent property is less than the FullExtent property.