MapCtrlDefaultBehaviorKeyDown Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The Default behavior of a
MapCtrl when a
Key Down event is fired.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void KeyDown(
Object sender,
KeyEventArgs e
)
Public Sub KeyDown (
sender As Object,
e As KeyEventArgs
)
Parameters
- sender
- Type: SystemObject
The sender of the event. - e
- Type: System.Windows.FormsKeyEventArgs
The key down event args for the event.
See Also