Click or drag to resize

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_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public void ExportControlTextXML(
	string FilePath
)

Parameters

FilePath  String
The path the XML file to be written.
See Also