LoadAvaxPropertiesFromXML

Top  Previous  Next

 

LoadAvaxPropertiesFromXML (Method)

 

Use this method if you want to load an XML document file that contains the properties of another avax control

 

Syntax:

Function LoadAvaxPropertiesFromXML(XMLProperties As Xml.XmlDocument) As Boolean

 

The LoadAvaxPropertiesFromXML method syntax consists of the following:

Parameter

Data Type

Description

XMLProperties

Xml.XmlDocument

Is the XML document

 

Return value:

Boolean - True on success, false on error.

 

Example