C# 클래스 RazorPad.UI.Editors.CodeCompletion.CodeCompletionWindow

The code completion window.
상속: ICSharpCode.AvalonEdit.CodeCompletion.CompletionWindow, ICompletionListWindow
파일 보기 프로젝트 열기: RazorPad/RazorPad 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EmptyTextProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CodeCompletionWindow ( ITextEditor editor, TextArea textArea, ICompletionItemList itemList ) : System

보호된 메소드들

메소드 설명
OnSourceInitialized ( EventArgs e ) : void
OnTextInput ( System.Windows.Input.TextCompositionEventArgs e ) : void

메소드 상세

CodeCompletionWindow() 공개 메소드

public CodeCompletionWindow ( ITextEditor editor, TextArea textArea, ICompletionItemList itemList ) : System
editor ITextEditor
textArea ICSharpCode.AvalonEdit.Editing.TextArea
itemList ICompletionItemList
리턴 System

OnSourceInitialized() 보호된 메소드

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

OnTextInput() 보호된 메소드

protected OnTextInput ( System.Windows.Input.TextCompositionEventArgs e ) : void
e System.Windows.Input.TextCompositionEventArgs
리턴 void

프로퍼티 상세

EmptyTextProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows EmptyTextProperty
리턴 System.Windows.DependencyProperty