Click or drag to resize

MapCtrlIsSelected Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Check if the given IMapMouseHandler is selected.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool IsSelected(
	IMapMouseHandler item
)

Parameters

item
Type: Telogis.GeoBaseIMapMouseHandler
The item to be checked for selection.

Return Value

Type: Boolean
True if the item is selected, false if it is not.
Remarks
Use this method to check if objects that implement IMapMouseHandler are selected.
See Also