BioImager  3.9.1
A .NET microscopy imaging library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include PriorĀ® & ZeissĀ® & all devices supported by Micromanager 2.0 and python-microscope.
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. More...
 

Properties

string TextValue [get]
 

Detailed Description

Definition at line 13 of file TextInput.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: