Click or drag to resize

FormExportFormatImportControlTextXML Method (String)

Imports an XML file to replace the Text property of controls in this Form

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

Parameters

FilePath
Type: SystemString

[Missing <param name="FilePath"/> documentation for "M:Advanced_Combat_Tracker.FormExportFormat.ImportControlTextXML(System.String)"]

See Also