C# 클래스 NSPanelExt, code

상속: NSPanel
파일 보기 프로젝트 열기: shendongnian/code

공개 프로퍼티들

프로퍼티 타입 설명
KeyPressed KeyPressedHandler

공개 메소드들

메소드 설명
AcceptsFirstResponder ( ) : bool
KeyDown ( NSEvent, theEvent ) : void
NSPanelExt ( CGRect, contentRect, NSWindowStyle aStyle, NSBackingStore bufferingType, bool deferCreation )

비공개 메소드들

메소드 설명
GetKeyCode ( ushort keyCode ) : KeyCode,

메소드 상세

AcceptsFirstResponder() 공개 메소드

public AcceptsFirstResponder ( ) : bool
리턴 bool

KeyDown() 공개 메소드

public KeyDown ( NSEvent, theEvent ) : void
theEvent NSEvent,
리턴 void

NSPanelExt() 공개 메소드

public NSPanelExt ( CGRect, contentRect, NSWindowStyle aStyle, NSBackingStore bufferingType, bool deferCreation )
contentRect CGRect,
aStyle NSWindowStyle
bufferingType NSBackingStore
deferCreation bool

프로퍼티 상세

KeyPressed 공개적으로 프로퍼티

public KeyPressedHandler KeyPressed
리턴 KeyPressedHandler