|
override void | Dispose (bool disposing) |
| Clean up any resources being used. More...
|
|
IG.Forms.MathematicaCalculatorControl.MathematicaCalculatorControl |
( |
| ) |
|
|
inline |
void IG.Forms.MathematicaCalculatorControl.txtInput_SelectedIndexChanged |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
void IG.Forms.MathematicaCalculatorControl.btnEvaluate_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
override void IG.Forms.MathematicaCalculatorControl.Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotected |
Clean up any resources being used.
- Parameters
-
disposing | true if managed resources should be disposed; otherwise, false. |
void IG.Forms.MathematicaCalculatorControl.InitializeComponent |
( |
| ) |
|
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
const string IG.Forms.MathematicaCalculatorControl.ButtonTextEvaluate = "Evaluate" |
const string IG.Forms.MathematicaCalculatorControl.ButtonTextAbort = "Abort" |
const string IG.Forms.MathematicaCalculatorControl.DefaultImageName = "imgGraphics.Image" |
System.ComponentModel.ComponentResourceManager IG.Forms.MathematicaCalculatorControl._resources |
|
private |
System.Drawing.Image IG.Forms.MathematicaCalculatorControl._defaultImage |
|
private |
readonly object IG.Forms.MathematicaCalculatorControl._lock = new object() |
|
private |
int IG.Forms.MathematicaCalculatorControl._whichImage |
|
protected |
System.ComponentModel.IContainer IG.Forms.MathematicaCalculatorControl.components = null |
|
private |
Required designer variable.
System.Windows.Forms.Label IG.Forms.MathematicaCalculatorControl.lblInput |
|
private |
System.Windows.Forms.ComboBox IG.Forms.MathematicaCalculatorControl.txtInput |
|
private |
System.Windows.Forms.Button IG.Forms.MathematicaCalculatorControl.btnEvaluate |
|
private |
System.Windows.Forms.Label IG.Forms.MathematicaCalculatorControl.lblResult |
|
private |
System.Windows.Forms.TextBox IG.Forms.MathematicaCalculatorControl.textResult |
|
private |
System.Windows.Forms.Label IG.Forms.MathematicaCalculatorControl.lblPrint |
|
private |
System.Windows.Forms.TextBox IG.Forms.MathematicaCalculatorControl.txtPrint |
|
private |
System.Windows.Forms.Label IG.Forms.MathematicaCalculatorControl.lblGraphics |
|
private |
System.Windows.Forms.PictureBox IG.Forms.MathematicaCalculatorControl.imgGraphics |
|
private |
System.Windows.Forms.Label IG.Forms.MathematicaCalculatorControl.lblMessages |
|
private |
System.Windows.Forms.TextBox IG.Forms.MathematicaCalculatorControl.txtMessages |
|
private |
System.Windows.Forms.CheckBox IG.Forms.MathematicaCalculatorControl.chkNumeric |
|
private |
System.ComponentModel.ComponentResourceManager IG.Forms.MathematicaCalculatorControl.Resources |
|
getprivate |
Resource manager for the current control.
System.Drawing.Image IG.Forms.MathematicaCalculatorControl.DefaultImage |
|
get |
Default image to be displayed when kernel does not generate any.
object IG.Forms.MathematicaCalculatorControl.Lock |
|
get |
Mathematica interface object used to perform calculations.
IKernelLink IG.Forms.MathematicaCalculatorControl.MathLink |
|
get |
Mathematica's link object.
Getter always returns a valid link object, creating a new one if not yet created.
MathKernel IG.Forms.MathematicaCalculatorControl.MathKernel |
|
get |
The documentation for this class was generated from the following files: