C# 클래스 ICSharpCode.TextEditor.Ime

Used internally, not for own use.
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

공개 메소드들

메소드 설명
Handle ( Exception ex ) : void
Ime ( IntPtr hWnd, Font font ) : System
SetIMEWindowLocation ( int x, int y ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Handle() 공개 메소드

public Handle ( Exception ex ) : void
ex System.Exception
리턴 void

Ime() 공개 메소드

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

SetIMEWindowLocation() 공개 메소드

public SetIMEWindowLocation ( int x, int y ) : void
x int
y int
리턴 void