Attachmate Reflection 2014 .NET API Reference
MouseMap Property (IMouseMapper)


Gets or sets the name of the mouse map file.
Syntax
'Declaration
 
Property MouseMap As String
'Usage
 
Dim instance As IMouseMapper
Dim value As String
 
instance.MouseMap = value
 
value = instance.MouseMap
string MouseMap {get; set;}
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
Remarks
When setting the name of this file, if the value is not a full path, Reflection expands the search to include the user's Reflection data folder and the Built-Ins/Keyboard Maps folder.

If the file cannot be found there, or the full path passed in does not exist, a FileNotFoundException is thrown.

Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IMouseMapper Interface
IMouseMapper Members

Send Feedback