|
| Font | font = DefaultFont |
| |
| Color | color = Color.Yellow |
| |
|
| override void | Dispose (bool disposing) |
| | Clean up any resources being used. More...
|
| |
Definition at line 13 of file TextInput.cs.
◆ TextInput()
| BioImager.TextInput.TextInput |
( |
string |
text | ) |
|
Definition at line 25 of file TextInput.cs.
26 {
27 InitializeComponent();
28 textBox.Text = text;
29 }
◆ Dispose()
| override void BioImager.TextInput.Dispose |
( |
bool |
disposing | ) |
|
|
protected |
Clean up any resources being used.
- Parameters
-
| disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 14 of file TextInput.Designer.cs.
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
◆ color
| Color BioImager.TextInput.color = Color.Yellow |
◆ font
| Font BioImager.TextInput.font = DefaultFont |
◆ TextValue
| string BioImager.TextInput.TextValue |
|
get |
Definition at line 18 of file TextInput.cs.
19 {
20 get
21 {
22 return textValue;
23 }
24 }
The documentation for this class was generated from the following files: