IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Summary description for FaidMessage1. More...
Static Public Member Functions | |
static void | ReportError (string errstr) |
Reports an error (including logging, etc., dependent on the current settings). | |
static void | ReportError (Exception e) |
Reports an error (including logging, etc., dependent on the current settings). | |
static void | SetBackColorRec (Form win, Color col) |
Recursively sets background color for a window form and all its children. | |
static void | SetForeColorRec (Form win, Color col) |
Recursively sets foreground color for a window form and all its children. | |
Static Private Member Functions | |
static void | basReportError (string errstr) |
Private Attributes | |
static int | maxerrors = 5 |
Static Private Attributes | |
static int | numerrors = 0 |
Common tools for Windows forms. |
Summary description for FaidMessage1.
static void IG::Forms::IGForm::basReportError | ( | string | errstr | ) | [inline, static, private] |
static void IG::Forms::IGForm::ReportError | ( | string | errstr | ) | [inline, static] |
Reports an error (including logging, etc., dependent on the current settings).
static void IG::Forms::IGForm::ReportError | ( | Exception | e | ) | [inline, static] |
Reports an error (including logging, etc., dependent on the current settings).
static void IG::Forms::IGForm::SetBackColorRec | ( | Form | win, |
Color | col | ||
) | [inline, static] |
Recursively sets background color for a window form and all its children.
static void IG::Forms::IGForm::SetForeColorRec | ( | Form | win, |
Color | col | ||
) | [inline, static] |
Recursively sets foreground color for a window form and all its children.
int IG::Forms::IGForm::numerrors = 0 [static, private] |
Common tools for Windows forms.
int IG::Forms::IGForm::maxerrors = 5 [private] |