IGLib  1.5
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events
IG.Forms.UtilForms Class Reference

Various forms utilities. More...

+ Collaboration diagram for IG.Forms.UtilForms:

Classes

class  WindowsAPI
 

Public Member Functions

void GenerateKeyPressTest1 (Control targetControl, string keyCode)
 
Icon FileIcon (string filePath)
 
Icon DllIcon (string DLLPath, int iconIndex)
 

Static Public Member Functions

static void Write (string str)
 
static void Write (bool block, string str)
 
static void WriteLine (string str)
 
static void WriteLine (bool block, string str)
 
static void Write (Char arg)
 
static void Write (Boolean arg)
 
static void Write (Char[] arg)
 
static void Write (Decimal arg)
 
static void Write (Double arg)
 
static void Write (Int32 arg)
 
static void Write (Int64 arg)
 
static void Write (Object arg)
 
static void Write (Single arg)
 
static void Write (UInt32 arg)
 
static void Write (UInt64 arg)
 
static void Write (String arg, Object arg1)
 
static void Write (String arg, Object[] arg1)
 
static void Write (Char[] arg, Int32 arg1, Int32 arg2)
 
static void Write (String arg, Object arg1, Object arg2)
 
static void Write (String arg, Object arg1, Object arg2, Object arg3)
 
static void WriteLine (Char arg)
 
static void WriteLine (Boolean arg)
 
static void WriteLine (Char[] arg)
 
static void WriteLine (Decimal arg)
 
static void WriteLine (Double arg)
 
static void WriteLine (Int32 arg)
 
static void WriteLine (Int64 arg)
 
static void WriteLine (Object arg)
 
static void WriteLine (Single arg)
 
static void WriteLine (UInt32 arg)
 
static void WriteLine (UInt64 arg)
 
static void WriteLine (String arg, Object arg1)
 
static void WriteLine (String arg, Object[] arg1)
 
static void WriteLine (Char[] arg, Int32 arg1, Int32 arg2)
 
static void WriteLine (String arg, Object arg1, Object arg2)
 
static void WriteLine (String arg, Object arg1, Object arg2, Object arg3)
 
static void ReportError (string errstr)
 Reports an error (including logging, etc., dependent on the current settings). More...
 
static string GetErorString (Exception e)
 
static void ReportError (Exception e)
 Reports an error (including logging, etc., dependent on the current settings). More...
 
static void ReportError (Exception e, string additional)
 
static void ReporWarning (Exception e)
 
static void ReportWarning (string errstr)
 
static void ReportWarning (Exception e, string additional)
 
static void GenerateKeyPress (Control targetControl, string keyCode)
 Sends the specified keystorkes to the specified control. More...
 
static void PrintControl (Control frm)
 Prints a control by a printer. More...
 
static void SaveControlJpeg (Control frm, string filePath)
 Saves the specified control to the specified file in the JPG format (common extension .jpg). More...
 
static void SaveControlJpeg (Control frm, string filePath, bool canOverwriteExistent)
 Saves the specified control to the specified file in the JPG format (common extension .jpg). More...
 
static void SaveControlGif (Control frm, string filePath)
 Saves the specified control to the specified file in the GIF format (common extension .gif). More...
 
static void SaveControlGif (Control frm, string filePath, bool canOverwriteExistent)
 Saves the specified control to the specified file in the GIF format (common extension .gif). More...
 
static void SaveControlBmp (Control frm, string filePath)
 Saves the specified control to the specified file in the BMP format (common extension .bmp). More...
 
static void SaveControlBmp (Control frm, string filePath, bool canOverwriteExistent)
 Saves the specified control to the specified file in the BMP format (common extension .bmp). More...
 
static void SaveControl (Control frm, string filePath, ImageFormat format)
 Saves the specified control to the specified file in a specified bitmap format. More...
 
static void SaveControl (Control frm, string filePath, ImageFormat format, bool canOverwriteExistent)
 Saves the specified control to the specified file in a specified bitmap format. More...
 
static string SaveControlFileDialogJpeg (Control frm, string initialDirectoryPath)
 Saves the specified control to a file in the JPG format (common extension .jpg). The file is chosen by the user via a file dialog that is launched. More...
 
static string SaveControlFileDialogJpeg (Control frm, string initialDirectoryPath, bool canOverwriteExistent)
 Saves the specified control to the specified file in the JPEG format (common extension .jpg). The file is chosen by the user via a file dialog that is launched. More...
 
static string SaveControlFileDialogGif (Control frm, string initialDirectoryPath)
 Saves the specified control to a file in the GIF format (common extension .gif). The file is chosen by the user via a file dialog that is launched. More...
 
static string SaveControlFileDialogGif (Control frm, string initialDirectoryPath, bool canOverwriteExistent)
 Saves the specified control to the specified file in the GIF format (common extension .gif). The file is chosen by the user via a file dialog that is launched. More...
 
static string SaveControlFileDialogBmp (Control frm, string initialDirectoryPath)
 Saves the specified control to a file in the BMP format (common extension .bmp). The file is chosen by the user via a file dialog that is launched. More...
 
static string SaveControlFileDialogBmp (Control frm, string initialDirectoryPath, bool canOverwriteExistent)
 Saves the specified control to the specified file in the BMP format (common extension .bmp). The file is chosen by the user via a file dialog that is launched. More...
 
static string SaveControlFileDialog (Control frm, string initialDirectoryPath, string extension, ImageFormat format)
 Saves the specified control to a file. The is chosen by the user via a file dialog that is launched. More...
 
static string SaveControlFileDialog (Control frm, string initialDirectoryPath, string extension, ImageFormat format, bool canOverwriteExistent)
 Saves the specified control's image to the specified file in a specified bitmap format. More...
 
static void BlinkForm (Control frm)
 
static void BlinkForm (Control frm, int numBlinks, int blinkTimeMs)
 
static void RecursiveControlDelegate (Control frm, ControlDelegate fd)
 Recursively executes a dlegate of type (vod(Control)) on frm and all its children. More...
 
static void SetBackColorRec (Control win, Color col)
 Recursively sets background color for a window consform and all its children. More...
 
static void SetForeColorRec (Control win, Color col)
 Recursively sets foreground color for a window consform and all its children. More...
 
static void ConsoleExample ()
 
static void ConsoleExample2 ()
 

Properties

static ConsoleForm Console [get, set]
 

Static Private Member Functions

static bool ConsoleReady ()
 
static void ReserveWrite (string str)
 
static void ReserveWriteLine (string str)
 
static void ReserveReportError (string errorstr)
 
static void ReserveReportError (Exception e)
 
static void ReserveReportError (Exception e, string additional)
 
static void ReserveReportWarning (string Warningstr)
 
static void ReserveReportWarning (Exception e)
 
static void ReserveReportWarning (Exception e, string additional)
 

Static Private Attributes

static ConsoleForm ApplicationConsole = null
 Common tools for Windows forms. More...
 
static ConsoleForm auxcons
 
static object InnerAppConsLock = new object()
 
static object OuterAppConsLock = new object()
 
static int NumResWrErr = 0
 
static int MaxResWrErr = 4
 

Detailed Description

Various forms utilities.

Member Function Documentation

static bool IG.Forms.UtilForms.ConsoleReady ( )
inlinestaticprivate
static void IG.Forms.UtilForms.Write ( bool  block,
string  str 
)
inlinestatic
static void IG.Forms.UtilForms.WriteLine ( bool  block,
string  str 
)
inlinestatic
static void IG.Forms.UtilForms.Write ( Char  arg)
inlinestatic
static void IG.Forms.UtilForms.Write ( Boolean  arg)
inlinestatic
static void IG.Forms.UtilForms.Write ( Char[]  arg)
inlinestatic
static void IG.Forms.UtilForms.Write ( Decimal  arg)
inlinestatic
static void IG.Forms.UtilForms.Write ( Double  arg)
inlinestatic
static void IG.Forms.UtilForms.Write ( Int32  arg)
inlinestatic
static void IG.Forms.UtilForms.Write ( Int64  arg)
inlinestatic
static void IG.Forms.UtilForms.Write ( Object  arg)
inlinestatic
static void IG.Forms.UtilForms.Write ( Single  arg)
inlinestatic
static void IG.Forms.UtilForms.Write ( UInt32  arg)
inlinestatic
static void IG.Forms.UtilForms.Write ( UInt64  arg)
inlinestatic
static void IG.Forms.UtilForms.Write ( String  arg,
Object  arg1 
)
inlinestatic
static void IG.Forms.UtilForms.Write ( String  arg,
Object[]  arg1 
)
inlinestatic
static void IG.Forms.UtilForms.Write ( Char[]  arg,
Int32  arg1,
Int32  arg2 
)
inlinestatic
static void IG.Forms.UtilForms.Write ( String  arg,
Object  arg1,
Object  arg2 
)
inlinestatic
static void IG.Forms.UtilForms.Write ( String  arg,
Object  arg1,
Object  arg2,
Object  arg3 
)
inlinestatic
static void IG.Forms.UtilForms.WriteLine ( Char  arg)
inlinestatic
static void IG.Forms.UtilForms.WriteLine ( Boolean  arg)
inlinestatic
static void IG.Forms.UtilForms.WriteLine ( Char[]  arg)
inlinestatic
static void IG.Forms.UtilForms.WriteLine ( Decimal  arg)
inlinestatic
static void IG.Forms.UtilForms.WriteLine ( Double  arg)
inlinestatic
static void IG.Forms.UtilForms.WriteLine ( Int32  arg)
inlinestatic
static void IG.Forms.UtilForms.WriteLine ( Int64  arg)
inlinestatic
static void IG.Forms.UtilForms.WriteLine ( Object  arg)
inlinestatic
static void IG.Forms.UtilForms.WriteLine ( Single  arg)
inlinestatic
static void IG.Forms.UtilForms.WriteLine ( UInt32  arg)
inlinestatic
static void IG.Forms.UtilForms.WriteLine ( UInt64  arg)
inlinestatic
static void IG.Forms.UtilForms.WriteLine ( String  arg,
Object  arg1 
)
inlinestatic
static void IG.Forms.UtilForms.WriteLine ( String  arg,
Object[]  arg1 
)
inlinestatic
static void IG.Forms.UtilForms.WriteLine ( Char[]  arg,
Int32  arg1,
Int32  arg2 
)
inlinestatic
static void IG.Forms.UtilForms.WriteLine ( String  arg,
Object  arg1,
Object  arg2 
)
inlinestatic
static void IG.Forms.UtilForms.WriteLine ( String  arg,
Object  arg1,
Object  arg2,
Object  arg3 
)
inlinestatic
static void IG.Forms.UtilForms.ReserveWriteLine ( string  str)
inlinestaticprivate
static void IG.Forms.UtilForms.ReportError ( string  errstr)
inlinestatic

Reports an error (including logging, etc., dependent on the current settings).

References IG.Forms.UtilForms.Console, IG.Forms.UtilForms.ConsoleReady(), IG.Forms.ConsoleForm.ReportError0(), and IG.Forms.UtilForms.ReserveReportError().

Referenced by IG.Forms.UtilForms.BlinkForm(), IG.Forms.ConsoleForm.CloseBtn_Click(), IG.Forms.ConsoleForm.CloseForm(), IG.Forms.ConsoleForm.ConfirmInputBtn_Click(), IG.Forms.UtilForms.ConsoleExample2(), IG.Forms.ConsoleForm.ConsoleForm_Dispose(), IG.Forms.ConsoleForm.ConsoleForm_FormClosing(), IG.Forms.ConsoleForm.ConsoleForm_Load(), IG.Forms.UtilForms.DllIcon(), IG.Forms.ConsoleForm.Example(), IG.Forms.UtilForms.FileIcon(), IG.Forms.ConsoleForm.FinalizeReading(), IG.Forms.ConsoleForm.FormThreadFunc(), IG.Forms.ConsoleForm.HideBtn_Click(), IG.Forms.ConsoleForm.HideForm(), IG.Forms.ConsoleForm.HideInput(), IG.Forms.ConsoleForm.InBox_KeyPress(), IG.Forms.ConsoleForm.InBox_KeyUp(), IG.Forms.ConsoleForm.InBox_PreviewKeyDown(), IG.Forms.ConsoleForm.InputChk_CheckedChanged(), IG.Forms.ConsoleForm.InputConfirm_Read(), IG.Forms.ConsoleForm.InputConfirm_ReadDouble(), IG.Forms.ConsoleForm.InputConfirm_ReadLong(), IG.Forms.ConsoleForm.PrepareForReading(), IG.Forms.ConsoleForm.Read(), IG.Forms.ConsoleForm.ReadDouble(), IG.Forms.ConsoleForm.ReadLine(), IG.Forms.ConsoleForm.ReadLong(), IG.Forms.ConsoleForm.ReadString(), IG.Forms.UtilForms.RecursiveControlDelegate(), IG.Forms.BrowserFormOld.ReportError(), IG.Forms.ConsoleForm.RunInputConfirmationDelegate(), IG.Forms.ConsoleForm.SetErrorStyle(), IG.Forms.ConsoleForm.SetMarkStyle(), IG.Forms.ConsoleForm.SetNormalStyle(), IG.Forms.ConsoleForm.ShowInput(), and IG.Forms.ConsoleForm.WriteOutput().

static void IG.Forms.UtilForms.ReportError ( Exception  e)
inlinestatic

Reports an error (including logging, etc., dependent on the current settings).

References IG.Forms.UtilForms.ReserveReportError().

static void IG.Forms.UtilForms.ReportError ( Exception  e,
string  additional 
)
inlinestatic

Reports an error (including logging, etc., dependent on the current settings). An additonal string is appended to error report.

static void IG.Forms.UtilForms.ReporWarning ( Exception  e)
inlinestatic
static void IG.Forms.UtilForms.ReportWarning ( string  errstr)
inlinestatic
static void IG.Forms.UtilForms.ReportWarning ( Exception  e,
string  additional 
)
inlinestatic
static void IG.Forms.UtilForms.ReserveReportError ( Exception  e)
inlinestaticprivate
static void IG.Forms.UtilForms.ReserveReportError ( Exception  e,
string  additional 
)
inlinestaticprivate
static void IG.Forms.UtilForms.ReserveReportWarning ( string  Warningstr)
inlinestaticprivate
static void IG.Forms.UtilForms.ReserveReportWarning ( Exception  e)
inlinestaticprivate
static void IG.Forms.UtilForms.ReserveReportWarning ( Exception  e,
string  additional 
)
inlinestaticprivate
static void IG.Forms.UtilForms.GenerateKeyPress ( Control  targetControl,
string  keyCode 
)
inlinestatic

Sends the specified keystorkes to the specified control.

Examples: "A", "B", "F1", "{ENTER}", "{DELETE}", "{END}",

"^AB" - hold Ctrl while A is pressed, then press B

"+(AB)" (hold Shift while A and B are pressed),

"%{ENTER}" (hold Alt while Enter is pressed).

Parameters
targetControlTarget control to which the keystrokes are sent.
keyCodeA string specifying keys or sequence thereof to be sent to the control.

List of codes accepted:

http://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.aspx

Referenced by IG.Gr3d.VtkControlBase.SendKeys().

void IG.Forms.UtilForms.GenerateKeyPressTest1 ( Control  targetControl,
string  keyCode 
)
inline
static void IG.Forms.UtilForms.PrintControl ( Control  frm)
inlinestatic

Prints a control by a printer.

Parameters
frmControl to be printed.
static void IG.Forms.UtilForms.SaveControlJpeg ( Control  frm,
string  filePath 
)
inlinestatic

Saves the specified control to the specified file in the JPG format (common extension .jpg).

The file is overwritten if it already exists.

Parameters
frmControl to be printed.
filePathPath of the file where image is saved.
static void IG.Forms.UtilForms.SaveControlJpeg ( Control  frm,
string  filePath,
bool  canOverwriteExistent 
)
inlinestatic

Saves the specified control to the specified file in the JPG format (common extension .jpg).

canOverwriteExistent specifies whether existent files can be overritten.

Parameters
frmControl to be printed.
filePathPath of the file where image is saved.
canOverwriteExistentWhether the method can override existent files.

If false and filePath specifies an existent file then exception is thrown.

static void IG.Forms.UtilForms.SaveControlGif ( Control  frm,
string  filePath 
)
inlinestatic

Saves the specified control to the specified file in the GIF format (common extension .gif).

The file is overwritten if it already exists.

Parameters
frmControl to be printed.
filePathPath of the file where image is saved.
static void IG.Forms.UtilForms.SaveControlGif ( Control  frm,
string  filePath,
bool  canOverwriteExistent 
)
inlinestatic

Saves the specified control to the specified file in the GIF format (common extension .gif).

canOverwriteExistent specifies whether existent files can be overritten.

Parameters
frmControl to be printed.
filePathPath of the file where image is saved.
canOverwriteExistentWhether the method can override existent files.

If false and filePath specifies an existent file then exception is thrown.

static void IG.Forms.UtilForms.SaveControlBmp ( Control  frm,
string  filePath 
)
inlinestatic

Saves the specified control to the specified file in the BMP format (common extension .bmp).

The file is overwritten if it already exists.

Parameters
frmControl to be printed.
filePathPath of the file where image is saved.
static void IG.Forms.UtilForms.SaveControlBmp ( Control  frm,
string  filePath,
bool  canOverwriteExistent 
)
inlinestatic

Saves the specified control to the specified file in the BMP format (common extension .bmp).

canOverwriteExistent specifies whether existent files can be overritten.

Parameters
frmControl to be printed.
filePathPath of the file where image is saved.
canOverwriteExistentWhether the method can override existent files.

If false and filePath specifies an existent file then exception is thrown.

static void IG.Forms.UtilForms.SaveControl ( Control  frm,
string  filePath,
ImageFormat  format 
)
inlinestatic

Saves the specified control to the specified file in a specified bitmap format.

The file is overwritten if it already exists.

Parameters
frmControl to be printed.
filePathPath of the file where image is saved.
formatImage format.
static void IG.Forms.UtilForms.SaveControl ( Control  frm,
string  filePath,
ImageFormat  format,
bool  canOverwriteExistent 
)
inlinestatic

Saves the specified control to the specified file in a specified bitmap format.

canOverwriteExistent specifies whether existent files can be overritten.

Parameters
frmControl to be printed.
filePathPath of the file where image is saved.
formatImage format.
canOverwriteExistentWhether the method can override existent files.

If false and filePath specifies an existent file then exception is thrown.

static string IG.Forms.UtilForms.SaveControlFileDialogJpeg ( Control  frm,
string  initialDirectoryPath 
)
inlinestatic

Saves the specified control to a file in the JPG format (common extension .jpg). The file is chosen by the user via a file dialog that is launched.

The file is overwritten if it already exists.

Parameters
frmControl to be printed.
initialDirectoryPathInitial directory opened in file dialog. Set to current directory if not specified.
Returns
Path to the file to which the control image was saved, or null if it was not saved.
static string IG.Forms.UtilForms.SaveControlFileDialogJpeg ( Control  frm,
string  initialDirectoryPath,
bool  canOverwriteExistent 
)
inlinestatic

Saves the specified control to the specified file in the JPEG format (common extension .jpg). The file is chosen by the user via a file dialog that is launched.

canOverwriteExistent specifies whether existent files can be overritten.

Parameters
frmControl to be printed.
initialDirectoryPathInitial directory opened in file dialog. Set to current directory if not specified.
canOverwriteExistentWhether the method can override existent files.

If false and an existent file is selected then exception is thrown.

Returns
Path to the file to which the control image was saved, or null if it was not saved.
static string IG.Forms.UtilForms.SaveControlFileDialogGif ( Control  frm,
string  initialDirectoryPath 
)
inlinestatic

Saves the specified control to a file in the GIF format (common extension .gif). The file is chosen by the user via a file dialog that is launched.

The file is overwritten if it already exists.

Parameters
frmControl to be printed.
initialDirectoryPathInitial directory opened in file dialog. Set to current directory if not specified.
Returns
Path to the file to which the control image was saved, or null if it was not saved.
static string IG.Forms.UtilForms.SaveControlFileDialogGif ( Control  frm,
string  initialDirectoryPath,
bool  canOverwriteExistent 
)
inlinestatic

Saves the specified control to the specified file in the GIF format (common extension .gif). The file is chosen by the user via a file dialog that is launched.

canOverwriteExistent specifies whether existent files can be overritten.

Parameters
frmControl to be printed.
initialDirectoryPathInitial directory opened in file dialog. Set to current directory if not specified.
canOverwriteExistentWhether the method can override existent files.

If false and an existent file is selected then exception is thrown.

Returns
Path to the file to which the control image was saved, or null if it was not saved.
static string IG.Forms.UtilForms.SaveControlFileDialogBmp ( Control  frm,
string  initialDirectoryPath 
)
inlinestatic

Saves the specified control to a file in the BMP format (common extension .bmp). The file is chosen by the user via a file dialog that is launched.

The file is overwritten if it already exists.

Parameters
frmControl to be printed.
initialDirectoryPathInitial directory opened in file dialog. Set to current directory if not specified.
Returns
Path to the file to which the control image was saved, or null if it was not saved.
static string IG.Forms.UtilForms.SaveControlFileDialogBmp ( Control  frm,
string  initialDirectoryPath,
bool  canOverwriteExistent 
)
inlinestatic

Saves the specified control to the specified file in the BMP format (common extension .bmp). The file is chosen by the user via a file dialog that is launched.

canOverwriteExistent specifies whether existent files can be overritten.

Parameters
frmControl to be printed.
initialDirectoryPathInitial directory opened in file dialog. Set to current directory if not specified.
canOverwriteExistentWhether the method can override existent files.

If false and filePath specifies an existent file then exception is thrown.

Returns
Path to the file to which the control image was saved, or null if it was not saved.
static string IG.Forms.UtilForms.SaveControlFileDialog ( Control  frm,
string  initialDirectoryPath,
string  extension,
ImageFormat  format 
)
inlinestatic

Saves the specified control to a file. The is chosen by the user via a file dialog that is launched.

The file is overwritten if it already exists.

Parameters
frmControl to be printed.
initialDirectoryPathInitial directory opened in file dialog. Set to current directory if not specified.
extensionFile extension (e.g. ".bmp").
formatImage format.
Returns
Path to the file to which the control image was saved, or null if it was not saved.
static string IG.Forms.UtilForms.SaveControlFileDialog ( Control  frm,
string  initialDirectoryPath,
string  extension,
ImageFormat  format,
bool  canOverwriteExistent 
)
inlinestatic

Saves the specified control's image to the specified file in a specified bitmap format.

canOverwriteExistent specifies whether existent files can be overritten.

Parameters
frmControl to be printed.
initialDirectoryPathInitial directory opened in file dialog. Set to current directory if not specified.
extensionFile extension (e.g. ".bmp").
filePathPath of the file where image is saved.
formatImage format.
canOverwriteExistentWhether the method can override existent files.

If false and filePath specifies an existent file then exception is thrown.

Returns
Path to the file to which the control image was saved, or null if it was not saved.
static void IG.Forms.UtilForms.BlinkForm ( Control  frm,
int  numBlinks,
int  blinkTimeMs 
)
inlinestatic
static void IG.Forms.UtilForms.RecursiveControlDelegate ( Control  frm,
ControlDelegate  fd 
)
inlinestatic

Recursively executes a dlegate of type (vod(Control)) on frm and all its children.

References IG.Forms.UtilForms.ReportError().

Referenced by IG.Forms.ReporterConf.ConsoleForm_Load(), and IG.Forms.FadingMessage.FadeMessage_Load().

static void IG.Forms.UtilForms.SetBackColorRec ( Control  win,
Color  col 
)
inlinestatic

Recursively sets background color for a window consform and all its children.

Referenced by IG.Forms.FadingMessage.FadeMessage_Load(), and IG.Forms.FadingMessage.SetFadeLevel().

static void IG.Forms.UtilForms.SetForeColorRec ( Control  win,
Color  col 
)
inlinestatic

Recursively sets foreground color for a window consform and all its children.

Icon IG.Forms.UtilForms.FileIcon ( string  filePath)
inline
Icon IG.Forms.UtilForms.DllIcon ( string  DLLPath,
int  iconIndex 
)
inline
static void IG.Forms.UtilForms.ConsoleExample ( )
inlinestatic
static void IG.Forms.UtilForms.ConsoleExample2 ( )
inlinestatic

Member Data Documentation

ConsoleForm IG.Forms.UtilForms.ApplicationConsole = null
staticprivate

Common tools for Windows forms.

ConsoleForm IG.Forms.UtilForms.auxcons
staticprivate
object IG.Forms.UtilForms.InnerAppConsLock = new object()
staticprivate
object IG.Forms.UtilForms.OuterAppConsLock = new object()
staticprivate
int IG.Forms.UtilForms.NumResWrErr = 0
staticprivate
int IG.Forms.UtilForms.MaxResWrErr = 4
staticprivate

Property Documentation


The documentation for this class was generated from the following file: