C# Class ICSharpCode.TextEditor.Ime

Used internally, not for own use.
Mostra file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Public Methods

Method Description
Handle ( Exception ex ) : void
Ime ( IntPtr hWnd, Font font ) : System
SetIMEWindowLocation ( int x, int y ) : void

Private Methods

Method Description
ImmGetDefaultIMEWnd ( IntPtr hWnd ) : IntPtr
SendMessage ( IntPtr hWnd, int msg, IntPtr wParam, COMPOSITIONFORM lParam ) : IntPtr
SendMessage ( IntPtr hWnd, int msg, IntPtr wParam, [ lParam ) : IntPtr
SetIMEWindowFont ( Font f ) : void

Method Details

Handle() public method

public Handle ( Exception ex ) : void
ex System.Exception
return void

Ime() public method

public Ime ( IntPtr hWnd, Font font ) : System
hWnd System.IntPtr
font System.Drawing.Font
return System

SetIMEWindowLocation() public method

public SetIMEWindowLocation ( int x, int y ) : void
x int
y int
return void