|
IGLib
1.5
The IGLib base library for development of numerical, technical and business applications.
|
Inheritance diagram for IG.Forms.TestControl:
Collaboration diagram for IG.Forms.TestControl:Public Member Functions | |
| TestControl () | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. More... | |
Static Protected Member Functions | |
| static int | GetNextId () |
| Returns another ID that is unique for objects of the containing class its and derived classes. More... | |
Properties | |
| string | Title [get] |
| int | Id [get] |
| Unique ID for objects of the currnet and derived classes. More... | |
Private Member Functions | |
| void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
Private Attributes | |
| int | _id = GetNextId() |
| System.ComponentModel.IContainer | components = null |
| Required designer variable. More... | |
| System.Windows.Forms.Label | lblTitle |
Static Private Attributes | |
| static int | _nextId = 0 |
Test control.
This is a dummy control used for various tests such as window positioning.
$A Igor Oct09;
|
inline |
|
inlinestaticprotected |
Returns another ID that is unique for objects of the containing class its and derived classes.
References IG.Lib.Util.LockGlobal.
|
inlineprotected |
Clean up any resources being used.
| disposing | true if managed resources should be disposed; otherwise, false. |
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
staticprivate |
|
private |
|
private |
Required designer variable.
|
private |
|
get |
|
get |
Unique ID for objects of the currnet and derived classes.