C# Class NSPanelExt, code

Inheritance: NSPanel
Datei anzeigen Open project: shendongnian/code

Public Properties

Property Type Description
KeyPressed KeyPressedHandler

Public Methods

Method Description
AcceptsFirstResponder ( ) : bool
KeyDown ( NSEvent, theEvent ) : void
NSPanelExt ( CGRect, contentRect, NSWindowStyle aStyle, NSBackingStore bufferingType, bool deferCreation )

Private Methods

Method Description
GetKeyCode ( ushort keyCode ) : KeyCode,

Method Details

AcceptsFirstResponder() public method

public AcceptsFirstResponder ( ) : bool
return bool

KeyDown() public method

public KeyDown ( NSEvent, theEvent ) : void
theEvent NSEvent,
return void

NSPanelExt() public method

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

Property Details

KeyPressed public_oe property

public KeyPressedHandler KeyPressed
return KeyPressedHandler