Click or drag to resize

SelectStateOnMouseClick Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
On left click, selects the highlighted entity.

Namespace:  Telogis.GeoBase.ShapeUI.State
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override bool OnMouseClick(
	Object sender,
	MouseEventArgs e
)

Parameters

sender
Type: SystemObject
The object from the base event.
e
Type: System.Windows.FormsMouseEventArgs
The mouse event arguments.

Return Value

Type: Boolean
True if an entity is selected, else false

Implements

IStateOnMouseClick(Object, MouseEventArgs)
IStateOnMouseClick(Object, MouseEventArgs)
See Also