StandardTool.HotTrackingEnabled Property
Gets or sets a value controlling if the mouse cursor is changed when moving over a selectable feature.
Syntax
public System.Boolean HotTrackingEnabled { get; set; }
Property Value
Default: true
True if the mouse cursor should be changed, False otherwise.
Remarks
If this property is True, the tool will call View.WhatsAt on every mouse move event. If it returns any features, the mouse cursor will be changed to indicate to the user that there is a selectable or editable feature, otherwise it will be set to the default cursor.
Platforms
Windows, Linux, Android