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.Source.UrlDialog Class Reference
Inheritance diagram for BioImager.Source.UrlDialog:

Protected Member Functions

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

Properties

string Url [get, set]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ UrlDialog()

BioImager.Source.UrlDialog.UrlDialog ( )

Definition at line 13 of file UrlDialog.cs.

14 {
15 InitializeComponent();
16 }

Member Function Documentation

◆ Dispose()

override void BioImager.Source.UrlDialog.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 UrlDialog.Designer.cs.

15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }

Property Documentation

◆ Url

string BioImager.Source.UrlDialog.Url
getset

Definition at line 18 of file UrlDialog.cs.

19 {
20 get
21 {
22 return textBox1.Text;
23 }
24 set
25 {
26 textBox1.Text = value;
27 }
28 }

The documentation for this class was generated from the following files: