Programming with Reflection
SaveMouseMap property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether or not mouse mappings are saved in settings files. When this value is True mouse mappings are saved, when it is False they are not saved.
For example, this statement specifies that mouse map settings should not be saved when the settings file is saved:
Session.SaveMouseMap = False
The default value is True.
The value of this property determines what information is saved to complete settings files (*.r1w, *.r2w, *.r4w). The current mouse mapping is always saved when you save Key/Mouse Map settings files (*.rkm), even if this property is False.