FormCustomEncRangeExportControlTextXML 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.8.2.285
Syntax public void ExportControlTextXML(
string FilePath
)
Parameters
- FilePath
- Type: SystemString
The path the XML file to be written.
See Also