Click or drag to resize

DefaultBehavior Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The MapCtrlDefaultBehavior type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodKeyDown
The Default behavior of a MapCtrl when a Key Down event is fired.
Public methodKeyUp
The Default behavior of a MapCtrl when a Key up event is fired.
Public methodMouseDown
The Default behavior of a MapCtrl when a Mouse Down event is fired. If called, it is expected MouseUp will be called on the MouseUp event.
Public methodMouseLeave
The Default behavior of a MapCtrl when a Mouse Leave event is fired.
Public methodMouseMove
The Default behavior of a MapCtrl when a Mouse Move event is fired.
Public methodMouseUp
The Default behavior of a MapCtrl when a Mouse Up event is fired. If called, it is expected MouseDown had been called when the mouse button went down.
Public methodMouseWheel
The Default behavior of a MapCtrl when a Mouse Wheel event is fired.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also