InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IMouseMapper Interface / MouseMap Property


In This Topic
    MouseMap Property (IMouseMapper)
    In This Topic
    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
    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 mouse map file, if the value is not a full path, InfoConnect searches for the file in the user's InfoConnect document folder and in 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.

    See Also