FormActMainExportControlTextXML(String) Method |
Exports the Text property of all Form controls to an XML file (the -exportcontroltext switch for ACT can demonstrate this)
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic void ExportControlTextXML(
string FilePath
)
Parameters
- FilePath String
- The path the XML file to be written.
See Also