C# 클래스 ICSharpCode.AvalonEdit.CodeCompletion.CompletionWindow

The code completion window.
상속: CompletionWindowBase
파일 보기 프로젝트 열기: TheNaturLFoundation/idL-sharp 1 사용 예제들

공개 메소드들

메소드 설명
GetInstance ( TextArea textArea ) : CompletionWindow

보호된 메소드들

메소드 설명
DetachEvents ( ) : void
OnClosed ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void

비공개 메소드들

메소드 설명
AttachEvents ( ) : void
CaretPositionChanged ( object sender, EventArgs e ) : void
CompletionWindow ( TextArea textArea ) : System

Creates a new code completion window.

GetScrollEventTarget ( ) : UIElement
completionList_InsertionRequested ( object sender, EventArgs e ) : void
completionList_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
textArea_MouseWheel ( object sender, MouseWheelEventArgs e ) : void
textArea_PreviewTextInput ( object sender, TextCompositionEventArgs e ) : void
toolTip_Closed ( object sender, RoutedEventArgs e ) : void

메소드 상세

DetachEvents() 보호된 메소드

protected DetachEvents ( ) : void
리턴 void

GetInstance() 공개 정적인 메소드

public static GetInstance ( TextArea textArea ) : CompletionWindow
textArea TextArea
리턴 CompletionWindow

OnClosed() 보호된 메소드

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

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
리턴 void