Property | Type | Description | |
---|---|---|---|
control | TextEditorControl | ||
drawingSize |
Method | Description | |
---|---|---|
AddShadowToWindow ( |
Adds a shadow to the create params if it is supported by the operating system.
|
|
ProcessKeyEvent ( char ch ) : bool |
Method | Description | |
---|---|---|
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 | |
return | System |
public static AddShadowToWindow ( |
||
createParams | ||
return | void |
protected CaretOffsetChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
protected ControlMouseMove ( object sender, MouseEventArgs e ) : void | ||
sender | object | |
e | MouseEventArgs | |
return | void |
protected OnClosed ( |
||
e | ||
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected ParentFormLocationChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
protected ProcessTextAreaKey ( Keys keyData ) : bool | ||
keyData | Keys | |
return | bool |
protected TextEditorLostFocus ( object sender, |
||
sender | object | |
e | ||
return | void |