|
IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
Windows form (System.Windows.Forms.Form) that can launch and show arbitrary controls and can create them if necessary. More...
Inheritance diagram for IG.Forms.ControlViewerForm:
Collaboration diagram for IG.Forms.ControlViewerForm:Public Member Functions | |
| ControlViewerForm () | |
| Creates a control viewer form with default parameters. Control to be shown can be chosen on the More... | |
| ControlViewerForm (Control launchedControl) | |
| Creates the control viewer window and assigns the (already created) specified control to be shown in the viewer. More... | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. More... | |
Properties | |
| ControlViewerControl | Viewer [get] |
| Gets the control within the current form that is responsible for displaying the inspected control. 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 | |
| System.ComponentModel.IContainer | components = null |
| Required designer variable. More... | |
| ControlViewerControl | controlViewerControl1 |
Windows form (System.Windows.Forms.Form) that can launch and show arbitrary controls and can create them if necessary.
|
inline |
Creates a control viewer form with default parameters. Control to be shown can be chosen on the
|
inline |
Creates the control viewer window and assigns the (already created) specified control to be shown in the viewer.
| launchedControl | Control to be shown in the viewing container of the form. |
|
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.
|
private |
Required designer variable.
|
private |
|
get |
Gets the control within the current form that is responsible for displaying the inspected control.