C# Класс ICSharpCode.TextEditor.Gui.CompletionWindow.AbstractCompletionWindow

Description of AbstractCompletionWindow.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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