Property | Type | Description | |
---|---|---|---|
textAreaPanel |
Property | Type | Description | |
---|---|---|---|
MeasurePrintingHeight | float |
Method | Description | |
---|---|---|
EndUpdate ( ) : void | ||
OptionsChanged ( ) : void | ||
Redo ( ) : void | ||
SetHighlighting ( string name ) : void | ||
Split ( ) : void | ||
TextEditorControl ( ) : System | ||
Undo ( ) : void |
Method | Description | |
---|---|---|
Advance ( float &x, float &y, float maxWidth, float size, float fontHeight ) : void | ||
BeginPrint ( object sender, System.Drawing.Printing.PrintEventArgs ev ) : void | ||
CommitUpdateRequested ( object sender, |
||
Dispose ( bool disposing ) : void | ||
DrawLine ( |
||
InitializeTextAreaControl ( |
||
PrintPage ( object sender, System.Drawing.Printing.PrintPageEventArgs ev ) : void | ||
SetActiveTextAreaControl ( |
Method | Description | |
---|---|---|
MeasurePrintingHeight ( |
protected Advance ( float &x, float &y, float maxWidth, float size, float fontHeight ) : void | ||
x | float | |
y | float | |
maxWidth | float | |
size | float | |
fontHeight | float | |
return | void |
protected BeginPrint ( object sender, System.Drawing.Printing.PrintEventArgs ev ) : void | ||
sender | object | |
ev | System.Drawing.Printing.PrintEventArgs | |
return | void |
protected CommitUpdateRequested ( object sender, |
||
sender | object | |
e | ||
return | void |
protected DrawLine ( |
||
g | ||
line | ||
yPos | float | |
margin | ||
return | void |
protected InitializeTextAreaControl ( |
||
newControl | ||
return | void |
protected PrintPage ( object sender, System.Drawing.Printing.PrintPageEventArgs ev ) : void | ||
sender | object | |
ev | System.Drawing.Printing.PrintPageEventArgs | |
return | void |
protected SetActiveTextAreaControl ( |
||
value | ||
return | void |
public SetHighlighting ( string name ) : void | ||
name | string | |
return | void |