Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / MouseMapper Property


In This Topic
MouseMapper Property (ITerminal)
In This Topic
Gets the MouseMapper object.
Syntax
'Declaration
 
ReadOnly Property MouseMapper As IMouseMapper
 
'Usage
 
Dim instance As ITerminal
Dim value As IMouseMapper
 
value = instance.MouseMapper
See Also