C# 클래스 MacInspector.CustomBox

상속: NSBox
파일 보기 프로젝트 열기: xamarin/mac-samples 1 사용 예제들

Private Properties

프로퍼티 타입 설명
RaiseBoxClicked void

공개 메소드들

메소드 설명
CustomBox ( IntPtr handle ) : System

Initializes a new instance of the T:MacInspector.CustomBox class.

MouseDown ( NSEvent theEvent ) : void

Handles the mouse going down on the box.

MouseExited ( NSEvent theEvent ) : void

Handles the mouse moving outside of the box's bounds while down.

MouseMoved ( NSEvent theEvent ) : void

Handles the mouse being moved while down on the box.

MouseUp ( NSEvent theEvent ) : void

Handles the mouse being released over the box.

비공개 메소드들

메소드 설명
RaiseBoxClicked ( ) : void

Raises the box clicked event.

메소드 상세

CustomBox() 공개 메소드

Initializes a new instance of the T:MacInspector.CustomBox class.
public CustomBox ( IntPtr handle ) : System
handle System.IntPtr Handle.
리턴 System

MouseDown() 공개 메소드

Handles the mouse going down on the box.
public MouseDown ( NSEvent theEvent ) : void
theEvent NSEvent The event.
리턴 void

MouseExited() 공개 메소드

Handles the mouse moving outside of the box's bounds while down.
public MouseExited ( NSEvent theEvent ) : void
theEvent NSEvent The event.
리턴 void

MouseMoved() 공개 메소드

Handles the mouse being moved while down on the box.
public MouseMoved ( NSEvent theEvent ) : void
theEvent NSEvent The event.
리턴 void

MouseUp() 공개 메소드

Handles the mouse being released over the box.
public MouseUp ( NSEvent theEvent ) : void
theEvent NSEvent The event.
리턴 void