|
class | ScrollTextBox |
| TextBox with support for getting and setting the vertical scroll bar position, as well as listening to vertical scroll events. More...
|
|
|
void | UpdateScroll () |
| The lineBox's vertical scroll position is set to the textBox's vertical scroll position. More...
|
|
|
override void | Dispose (bool disposing) |
| Clean up any resources being used. More...
|
|
Definition at line 3 of file CodeView.cs.
◆ CodeView()
BioCore.CodeView.CodeView |
( |
| ) |
|
◆ Dispose()
override void BioCore.CodeView.Dispose |
( |
bool |
disposing | ) |
|
|
protected |
Clean up any resources being used.
- Parameters
-
disposing | true 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.
◆ TextBox
RichTextBox BioCore.CodeView.TextBox |
|
get |
◆ WordWrap
bool BioCore.CodeView.WordWrap |
|
getset |
The documentation for this class was generated from the following files: