C# Class ICSharpCode.TextEditor.Ime

Used internally, not for own use.
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Handle ( Exception ex ) : void
ex System.Exception
Résultat void

Ime() public méthode

public Ime ( IntPtr hWnd, Font font ) : System
hWnd System.IntPtr
font System.Drawing.Font
Résultat System

SetIMEWindowLocation() public méthode

public SetIMEWindowLocation ( int x, int y ) : void
x int
y int
Résultat void