This document is archived and information here might be outdated.  Recommended version.


IMap.Expanded Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMap Interface > IMap.Expanded Property
ArcGIS Developer Help

IMap.Expanded Property

Indicates if the Map is expanded.

[Visual Basic .NET]
Public Property Expanded As Boolean
[C#]
public bool Expanded {get; set;}
[C++]
HRESULT get_Expanded(
  VARIANT_BOOL Expanded
);
[C++]
HRESULT put_Expanded(
  Boolean* Expanded
);
[C++]
Parameters
Expanded [in]

Expanded is a parameter of type bool Expanded [out, retval]
Expanded is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Use this property to expand or collapse the Map in the table of contents.  By default a Map is expanded.

See Also

IMap Interface