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.IGForm Class Reference

Summary description for FaidMessage1. More...

+ Inheritance diagram for IG.Forms.IGForm:
+ Collaboration diagram for IG.Forms.IGForm:

Static Public Member Functions

static void ReportError (string errstr)
 Reports an error (including logging, etc., dependent on the current settings). More...
 
static void ReportError (Exception e)
 Reports an error (including logging, etc., dependent on the current settings). More...
 
static void SetBackColorRec (Form win, Color col)
 Recursively sets background color for a window form and all its children. More...
 
static void SetForeColorRec (Form win, Color col)
 Recursively sets foreground color for a window form and all its children. More...
 

Static Private Member Functions

static void basReportError (string errstr)
 

Static Private Attributes

static int numerrors =0
 Common tools for Windows forms. More...
 
static int maxerrors =5
 

Detailed Description

Summary description for FaidMessage1.

Member Function Documentation

static void IG.Forms.IGForm.ReportError ( string  errstr)
inlinestatic

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

Referenced by IG.Forms.TestIgforms.Main().

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

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

static void IG.Forms.IGForm.SetBackColorRec ( Form  win,
Color  col 
)
inlinestatic

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

Referenced by IG.Forms.ConsoleForm.FormThreadFunc(), IG.Forms.FadeMessage.FormThreadFunc(), and IG.Forms.FadeMessage.SetFadeLevel().

static void IG.Forms.IGForm.SetForeColorRec ( Form  win,
Color  col 
)
inlinestatic

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

Member Data Documentation

int IG.Forms.IGForm.numerrors =0
staticprivate

Common tools for Windows forms.

int IG.Forms.IGForm.maxerrors =5
staticprivate

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