ChangeMapModeButton Constructor (MapMode, Object)
This documentation is no longer available on MSDN, however it is available as a CHM download.
Initializes a new instance of the ChangeMapModeButton class.
Namespace: Microsoft.Maps.MapControl.Navigation
Assembly: Microsoft.Maps.MapControl (in Microsoft.Maps.MapControl.dll)
Usage
Syntax
'Declaration
Public Sub New ( _
mode As MapMode, _
content As Object _
)
public ChangeMapModeButton (
MapMode mode,
Object content
)
public:
ChangeMapModeButton (
MapMode^ mode,
Object^ content
)
public ChangeMapModeButton (
MapMode mode,
Object content
)
public function ChangeMapModeButton (
mode : MapMode,
content : Object
)
Parameters
- mode
The map mode of the button.
- content
The content of the button.
Platforms
Development Platforms
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Target Platforms
See Also
Reference
ChangeMapModeButton Class
ChangeMapModeButton Members
Microsoft.Maps.MapControl.Navigation Namespace