Indicates if the Map is expanded.
[Visual Basic 6.0] Property Expanded As Boolean
[Visual Basic .NET] Public Property Expanded As Boolean
[C#] public bool Expanded {get; set;}
[Java] public getExpanded ( boolean Expanded )
[Java] public void setExpanded( boolean Expanded ) throws IOException, AutomationException
[C++]
HRESULT get_Expanded(
VARIANT_BOOL* Expanded
);
[C++] HRESULT put_Expanded( VARIANT_BOOL Expanded);
Parameters
Expanded [out, retval]
Expanded is a parameter of type VARIANT_BOOL
Expanded [in]
Expanded is a parameter of type VARIANT_BOOL
Use this property to expand or collapse the Map in the table of contents. By default a Map is expanded.