Property | Type | Description | |
---|---|---|---|
TargetChanged | EventHandler |
Property | Type | Description | |
---|---|---|---|
Application_Idle | void | ||
OnScroll | void | ||
Scroll | void |
Method | Description | |
---|---|---|
DocumentMap ( ) : System | ||
NeedRepaint ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnResize ( |
||
OnTargetChanged ( ) : void | ||
Subscribe ( FastColoredTextBox target ) : void | ||
Target_Scroll ( object sender, |
||
Target_SelectionChanged ( object sender, |
||
Target_VisibleRangeChanged ( object sender, |
||
UnSubscribe ( FastColoredTextBox target ) : void |
Method | Description | |
---|---|---|
Application_Idle ( object sender, |
||
OnScroll ( ) : void | ||
Scroll ( Point point ) : void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnResize ( |
||
e | ||
return | void |
protected Subscribe ( FastColoredTextBox target ) : void | ||
target | FastColoredTextBox | |
return | void |
protected Target_Scroll ( object sender, |
||
sender | object | |
e | ||
return | void |
protected Target_SelectionChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
protected Target_VisibleRangeChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
protected UnSubscribe ( FastColoredTextBox target ) : void | ||
target | FastColoredTextBox | |
return | void |