BioCore  4.0.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
All Classes Namespaces Functions Enumerations Properties
BioCore.CodeView Class Reference
Inheritance diagram for BioCore.CodeView:

Classes

class  ScrollTextBox
 TextBox with support for getting and setting the vertical scroll bar position, as well as listening to vertical scroll events. More...
 

Public Member Functions

void UpdateScroll ()
 The lineBox's vertical scroll position is set to the textBox's vertical scroll position. More...
 

Protected Member Functions

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

Properties

RichTextBox TextBox [get]
 
bool WordWrap [get, set]
 

Detailed Description

Definition at line 3 of file CodeView.cs.

Constructor & Destructor Documentation

◆ CodeView()

BioCore.CodeView.CodeView ( )

Definition at line 9 of file CodeView.cs.

Member Function Documentation

◆ Dispose()

override void BioCore.CodeView.Dispose ( bool  disposing)
protected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 15 of file CodeView.Designer.cs.

◆ UpdateScroll()

void BioCore.CodeView.UpdateScroll ( )

The lineBox's vertical scroll position is set to the textBox's vertical scroll position.

Definition at line 49 of file CodeView.cs.

Property Documentation

◆ TextBox

RichTextBox BioCore.CodeView.TextBox
get

Definition at line 28 of file CodeView.cs.

◆ WordWrap

bool BioCore.CodeView.WordWrap
getset

Definition at line 37 of file CodeView.cs.


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