Click or drag to resize

FormByCombatantLookup Class

[Missing <summary> documentation for "T:Advanced_Combat_Tracker.FormByCombatantLookup"]

Inheritance Hierarchy

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public class FormByCombatantLookup : Form

The FormByCombatantLookup type exposes the following members.

Constructors
  NameDescription
Public methodFormByCombatantLookup
Initializes a new instance of the FormByCombatantLookup class
Top
Methods
  NameDescription
Protected methodDispose
Clean up any resources being used.
(Overrides FormDispose(Boolean).)
Public methodExportControlTextXML(Stream)
Export the Text property of all Form controls to an XML stream
Public methodExportControlTextXML(String)
Exports the Text property of all Form controls to an XML file (the -exportcontroltext switch for ACT can demonstrate this)
Public methodImportControlTextXML(Stream)
Imports an XML stream to replace the Text property of controls in this Form
Public methodImportControlTextXML(String)
Imports an XML file to replace the Text property of controls in this Form
Public methodShowLookup
Provides a differently split of view of data than is shown normally in ACT (Per person instead of per skill name)
Top
See Also