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.2.285
Syntax
C#
public void RemoveTextFormat(
	int Index
)

Parameters

Index
Type: SystemInt32
The index of TextExportFormats that has the object to remove
See Also