Click or drag to resize

FormSpellRecastCalcExportControlTextXML Method (String)

Exports the Text property of all Form controls to an XML file (the -exportcontroltext switch for ACT can demonstrate this)

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public void ExportControlTextXML(
	string FilePath
)

Parameters

FilePath
Type: SystemString
The path the XML file to be written.
See Also