Свойство | Тип | Описание | |
---|---|---|---|
control | TextEditorControl | ||
drawingSize |
Метод | Описание | |
---|---|---|
AddShadowToWindow ( |
Adds a shadow to the create params if it is supported by the operating system.
|
|
ProcessKeyEvent ( char ch ) : bool |
Метод | Описание | |
---|---|---|
AbstractCompletionWindow ( |
||
CaretOffsetChanged ( object sender, |
||
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 ( |
||
OnMouseMove ( MouseEventArgs e ) : void | ||
ParentFormLocationChanged ( object sender, |
||
ProcessTextAreaKey ( Keys keyData ) : bool | ||
SetLocation ( ) : void | ||
ShowCompletionWindow ( ) : void | ||
TextEditorLostFocus ( object sender, |
protected AbstractCompletionWindow ( |
||
parentForm | ||
control | TextEditorControl | |
Результат | System |
public static AddShadowToWindow ( |
||
createParams | ||
Результат | void |
protected CaretOffsetChanged ( object sender, |
||
sender | object | |
e | ||
Результат | void |
protected ControlMouseMove ( object sender, MouseEventArgs e ) : void | ||
sender | object | |
e | MouseEventArgs | |
Результат | void |
protected OnClosed ( |
||
e | ||
Результат | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected ParentFormLocationChanged ( object sender, |
||
sender | object | |
e | ||
Результат | void |
protected ProcessTextAreaKey ( Keys keyData ) : bool | ||
keyData | Keys | |
Результат | bool |
protected TextEditorLostFocus ( object sender, |
||
sender | object | |
e | ||
Результат | void |