C# Класс ICSharpCode.AvalonEdit.CodeCompletion.CompletionWindow

The code completion window.
Наследование: CompletionWindowBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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