InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / MouseButtonCombination Class / ReadXml Method
where to read the xml from


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

Parameters

reader
where to read the xml from
See Also