Click or drag to resize

FormActMainRemoveTextFormat Method

Remove a text export format from TextExportFormats and update ACT's dropdown controls

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.5.288
Syntax
C#
public void RemoveTextFormat(
	int Index
)

Parameters

Index  Int32
The index of TextExportFormats that has the object to remove
See Also