IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
Template for stand-alone graph windows. More...
Public Member Functions | |
GraphWindowTemplate () | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
new void | ResumeLayout () |
Overridden ResumeLayout() that enables switching on or off the original ResumeLayout() dependent on the value of the ResumeLayoutInInitializeComponent flag. More... | |
virtual void | InitializeComponent () |
Required method for Designer support - do not modify. the contents of this method with the code editor. More... | |
Protected Attributes | |
System.Windows.Forms.GroupBox | grpControls |
System.Windows.Forms.Button | btnClose |
System.Windows.Forms.Panel | pnlGraph |
Properties | |
bool | ResumeLayoutInInitializeComponent [get, set] |
Specifies whether layout of the window should be resumed in the InitializeComponents() method. Default is true. This flag can be set to false in the derived classes in order to delay the point in time where layout is resumed. In such a way the layout can be resumed in the overrideen InitCompoinent() method rather than in that method defined in this class (which is called from the original method). More... | |
Private Member Functions | |
void | btnClose_Click (object sender, EventArgs e) |
Private Attributes | |
System.ComponentModel.IContainer | components = null |
Required designer variable. More... | |
bool | _resumeLayoutInInitializeComponent = true |
Template for stand-alone graph windows.
$A Igor Sept09;
|
inline |
|
inlineprivate |
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
|
inlineprotected |
Overridden ResumeLayout() that enables switching on or off the original ResumeLayout() dependent on the value of the ResumeLayoutInInitializeComponent flag.
|
inlineprotectedvirtual |
Required method for Designer support - do not modify. the contents of this method with the code editor.
Reimplemented in IG.Plot2d.GraphWindowNPlot.
|
private |
Required designer variable.
|
private |
|
protected |
|
protected |
|
protected |
|
getsetprotected |
Specifies whether layout of the window should be resumed in the InitializeComponents() method. Default is true. This flag can be set to false in the derived classes in order to delay the point in time where layout is resumed. In such a way the layout can be resumed in the overrideen InitCompoinent() method rather than in that method defined in this class (which is called from the original method).