Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / MouseMapping Class / ReadXml Method
where to read the xml from


In This Topic
ReadXml Method (MouseMapping)
In This Topic
Reads in a mouse mapping from an xml file
Syntax
'Declaration
 
Public Sub ReadXml( _
   ByVal reader As XmlReader _
) 
 
'Usage
 
Dim instance As MouseMapping
Dim reader As XmlReader
 
instance.ReadXml(reader)

Parameters

reader
where to read the xml from
See Also