Click or drag to resize

FormImportProgress Methods

The FormImportProgress type exposes the following members.

Methods
  NameDescription
Public methodAddChars
Public methodAddLines
Protected methodDispose
Clean up any resources being used.
(Overrides FormDispose(Boolean).)
Public methodEndOperationStats
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 methodFreezeStats
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 methodResetBatchStats
Public methodResetFileStats
Public methodResumeStats
Public methodSetBatch
Public methodSetProgress
Public methodStartOperationStats
Top
See Also