Click or drag to resize

FormSqlQuery Class

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

Inheritance Hierarchy
System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ScrollableControl
          System.Windows.Forms.ContainerControl
            System.Windows.Forms.Form
              Advanced_Combat_Tracker.FormSqlQuery

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

The FormSqlQuery type exposes the following members.

Constructors
  NameDescription
Public methodFormSqlQuery
Initializes a new instance of the FormSqlQuery class
Top
Methods
  NameDescription
Protected methodDispose
Clean up any resources being used.
(Overrides Form.Dispose(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 methodShowSqlView
Top
See Also