C# Class ICSharpCode.TextEditor.Gui.InsightWindow.InsightWindow

Inheritance: ICSharpCode.TextEditor.Gui.CompletionWindow.AbstractCompletionWindow
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Private Properties

Свойство Type Description
CloseCurrentDataProvider void

Méthodes publiques

Méthode Description
AddInsightDataProvider ( IInsightDataProvider provider, string fileName ) : void
HandleMouseWheel ( MouseEventArgs e ) : void
InsightWindow ( Form parentForm, TextEditorControl control ) : System
ShowInsightWindow ( ) : void

Méthodes protégées

Méthode Description
CaretOffsetChanged ( object sender, EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs pe ) : void
OnPaintBackground ( PaintEventArgs pe ) : void
ProcessTextAreaKey ( Keys keyData ) : bool

Private Methods

Méthode Description
CloseCurrentDataProvider ( ) : void

Method Details

AddInsightDataProvider() public méthode

public AddInsightDataProvider ( IInsightDataProvider provider, string fileName ) : void
provider IInsightDataProvider
fileName string
Résultat void

CaretOffsetChanged() protected méthode

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

HandleMouseWheel() public méthode

public HandleMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

InsightWindow() public méthode

public InsightWindow ( Form parentForm, TextEditorControl control ) : System
parentForm System.Windows.Forms.Form
control ICSharpCode.TextEditor.TextEditorControl
Résultat System

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs pe ) : void
pe PaintEventArgs
Résultat void

ProcessTextAreaKey() protected méthode

protected ProcessTextAreaKey ( Keys keyData ) : bool
keyData Keys
Résultat bool

ShowInsightWindow() public méthode

public ShowInsightWindow ( ) : void
Résultat void