Share via


ChangeMapModeButton Constructor (MapMode, Object, String)

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, _
    tooltip As String _
)
public ChangeMapModeButton (
    MapMode mode,
    Object content,
    string tooltip
)
public:
ChangeMapModeButton (
    MapMode^ mode, 
    Object^ content, 
    String^ tooltip
)
public ChangeMapModeButton (
    MapMode mode, 
    Object content, 
    String tooltip
)
public function ChangeMapModeButton (
    mode : MapMode, 
    content : Object, 
    tooltip : String
)

Parameters

  • mode
    The map mode of the button.
  • content
    The content of the button.
  • tooltip
    The tooltip 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