BioImager  4.9.0
A .NET microscopy imaging application based on Bio library. Supports various microscopes by using imported libraries & GUI automation. Supports XInput game controllers to move stage, take images, run ImageJ macros on images or Bio C# scripts.
Loading...
Searching...
No Matches
BioImager.TextInput Class Reference
Inheritance diagram for BioImager.TextInput:

Public Member Functions

 TextInput (string text)
 

Public Attributes

Font font = DefaultFont
 
Color color = Color.Yellow
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used.
 

Properties

string TextValue [get]
 

Detailed Description

Definition at line 3 of file TextInput.Designer.cs.

Constructor & Destructor Documentation

◆ TextInput()

BioImager.TextInput.TextInput ( string text)

Definition at line 25 of file TextInput.cs.

26 {
27 InitializeComponent();
28 textBox.Text = text;
29 }

Member Function Documentation

◆ Dispose()

override void BioImager.TextInput.Dispose ( bool disposing)
protected

Clean up any resources being used.

Parameters
disposingtrue 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 }

Member Data Documentation

◆ color

Color BioImager.TextInput.color = Color.Yellow

Definition at line 17 of file TextInput.cs.

◆ font

Font BioImager.TextInput.font = DefaultFont

Definition at line 16 of file TextInput.cs.

Property Documentation

◆ 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: