C# 클래스 ComponentFactory.Krypton.Docking.PI

파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
IsKeyDown ( Keys key ) : bool

Is the specified key currently pressed down.

IsKeyToggled ( Keys key ) : bool

Is the specified key currently toggled.

비공개 메소드들

메소드 설명
GetKeyState ( Keys key ) : int
GetKeyState ( int keyCode ) : short
SendMessage ( IntPtr hWnd, int Msg, uint wParam, uint lParam ) : uint
TrackMouseEvent ( TRACKMOUSEEVENTS &tme ) : bool

메소드 상세

IsKeyDown() 공개 정적인 메소드

Is the specified key currently pressed down.
public static IsKeyDown ( Keys key ) : bool
key Keys Key to test.
리턴 bool

IsKeyToggled() 공개 정적인 메소드

Is the specified key currently toggled.
public static IsKeyToggled ( Keys key ) : bool
key Keys Key to test.
리턴 bool