ArcObjects Library Reference (Carto)  

IWMSGroupLayer.Expanded Property

Indicates if the layer is expanded or collapsed.

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

Parameters

pValid [out, retval]   pValid is a parameter of type VARIANT_BOOL pValid [in]   pValid is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IWMSGroupLayer Interface