C# Class ICSharpCode.TextEditor.TextEditorControl

Inheritance: TextEditorControlBase
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Protected Properties

Свойство Type Description
textAreaPanel System.Windows.Forms.Panel

Private Properties

Свойство Type Description
MeasurePrintingHeight float

Méthodes publiques

Méthode Description
EndUpdate ( ) : void
OptionsChanged ( ) : void
Redo ( ) : void
SetHighlighting ( string name ) : void
Split ( ) : void
TextEditorControl ( ) : System
Undo ( ) : void

Méthodes protégées

Méthode 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, EventArgs e ) : void
Dispose ( bool disposing ) : void
DrawLine ( Graphics g, LineSegment line, float yPos, RectangleF margin ) : void
InitializeTextAreaControl ( TextAreaControl newControl ) : void
PrintPage ( object sender, System.Drawing.Printing.PrintPageEventArgs ev ) : void
SetActiveTextAreaControl ( TextAreaControl value ) : void

Private Methods

Méthode Description
MeasurePrintingHeight ( Graphics g, LineSegment line, float maxWidth ) : float

Method Details

Advance() protected méthode

protected Advance ( float &x, float &y, float maxWidth, float size, float fontHeight ) : void
x float
y float
maxWidth float
size float
fontHeight float
Résultat void

BeginPrint() protected méthode

protected BeginPrint ( object sender, System.Drawing.Printing.PrintEventArgs ev ) : void
sender object
ev System.Drawing.Printing.PrintEventArgs
Résultat void

CommitUpdateRequested() protected méthode

protected CommitUpdateRequested ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

DrawLine() protected méthode

protected DrawLine ( Graphics g, LineSegment line, float yPos, RectangleF margin ) : void
g System.Drawing.Graphics
line ICSharpCode.TextEditor.Document.LineSegment
yPos float
margin System.Drawing.RectangleF
Résultat void

EndUpdate() public méthode

public EndUpdate ( ) : void
Résultat void

InitializeTextAreaControl() protected méthode

protected InitializeTextAreaControl ( TextAreaControl newControl ) : void
newControl TextAreaControl
Résultat void

OptionsChanged() public méthode

public OptionsChanged ( ) : void
Résultat void

PrintPage() protected méthode

protected PrintPage ( object sender, System.Drawing.Printing.PrintPageEventArgs ev ) : void
sender object
ev System.Drawing.Printing.PrintPageEventArgs
Résultat void

Redo() public méthode

public Redo ( ) : void
Résultat void

SetActiveTextAreaControl() protected méthode

protected SetActiveTextAreaControl ( TextAreaControl value ) : void
value TextAreaControl
Résultat void

SetHighlighting() public méthode

public SetHighlighting ( string name ) : void
name string
Résultat void

Split() public méthode

public Split ( ) : void
Résultat void

TextEditorControl() public méthode

public TextEditorControl ( ) : System
Résultat System

Undo() public méthode

public Undo ( ) : void
Résultat void

Property Details

textAreaPanel protected_oe property

protected Panel,System.Windows.Forms textAreaPanel
Résultat System.Windows.Forms.Panel