The IMapxBoxEventArgs interface contains properties of the argument of the event that occurs after the tool has been used on the map.
Property name | Brief description | |
The Ctrl property returns whether the CTRL functional key is pressed when the tool is used on the map. | ||
The Distance property returns the distance between the points where the user started and finished to use the tool on the map. | ||
The EnableDefault property determines whether the action using the tool should be executed on the map. | ||
The Shift property determines whether the SHIFT functional key is pressed when the tool is used on the map. | ||
The ToolNum property returns a number of the tool that was used on the map. | ||
The X1 property returns X coordinate of the point, from which the use of tool on the map was started. | ||
The X2 property returns X coordinate of the point, in which the use of tool on the map was finished. | ||
The Y1 property returns Y coordinate of the point, from which the use of tool on the map was started. | ||
The Y2 property returns Y coordinate of the point, in which the use of tool on the map was finished. |
See also: