IMapControl.TouchTool Property
Gets or sets the ITouchTool that is used by the IMapControl implementation.
Syntax
public ITouchTool TouchTool { get; set; }
Property Value
Remarks
For touch input to work, the map control implementation class and the GUI framework must support touch input. Currently this is true for all MapControl implementations except for the Java AWT MapControl class on Linux and Windows.
Platforms
Windows, Linux, Android