C# 클래스 ICSharpCode.TextEditor.Gui.CompletionWindow.AbstractCompletionWindow

Description of AbstractCompletionWindow.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
control TextEditorControl
drawingSize System.Drawing.Size

공개 메소드들

메소드 설명
AddShadowToWindow ( CreateParams createParams ) : void

Adds a shadow to the create params if it is supported by the operating system.

ProcessKeyEvent ( char ch ) : bool

보호된 메소드들

메소드 설명
AbstractCompletionWindow ( Form parentForm, TextEditorControl control ) : System
CaretOffsetChanged ( object sender, EventArgs e ) : void
ControlMouseMove ( object sender, MouseEventArgs e ) : void

Invoked when the mouse moves over this form or any child control. Shows the mouse cursor on the text area if it has been hidden.

Derived classes should attach this handler to the MouseMove event of all created controls which are not added to the Controls collection.

OnClosed ( EventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
ParentFormLocationChanged ( object sender, EventArgs e ) : void
ProcessTextAreaKey ( Keys keyData ) : bool
SetLocation ( ) : void
ShowCompletionWindow ( ) : void
TextEditorLostFocus ( object sender, EventArgs e ) : void

메소드 상세

AbstractCompletionWindow() 보호된 메소드

protected AbstractCompletionWindow ( Form parentForm, TextEditorControl control ) : System
parentForm System.Windows.Forms.Form
control TextEditorControl
리턴 System

AddShadowToWindow() 공개 정적인 메소드

Adds a shadow to the create params if it is supported by the operating system.
public static AddShadowToWindow ( CreateParams createParams ) : void
createParams System.Windows.Forms.CreateParams
리턴 void

CaretOffsetChanged() 보호된 메소드

protected CaretOffsetChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

ControlMouseMove() 보호된 메소드

Invoked when the mouse moves over this form or any child control. Shows the mouse cursor on the text area if it has been hidden.
Derived classes should attach this handler to the MouseMove event of all created controls which are not added to the Controls collection.
protected ControlMouseMove ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
리턴 void

OnClosed() 보호된 메소드

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

ParentFormLocationChanged() 보호된 메소드

protected ParentFormLocationChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

ProcessKeyEvent() 공개 메소드

public ProcessKeyEvent ( char ch ) : bool
ch char
리턴 bool

ProcessTextAreaKey() 보호된 메소드

protected ProcessTextAreaKey ( Keys keyData ) : bool
keyData Keys
리턴 bool

SetLocation() 보호된 메소드

protected SetLocation ( ) : void
리턴 void

ShowCompletionWindow() 보호된 메소드

protected ShowCompletionWindow ( ) : void
리턴 void

TextEditorLostFocus() 보호된 메소드

protected TextEditorLostFocus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

control 보호되어 있는 프로퍼티

protected TextEditorControl control
리턴 TextEditorControl

drawingSize 보호되어 있는 프로퍼티

protected Size,System.Drawing drawingSize
리턴 System.Drawing.Size