C# Класс MacInspector.CustomBox

Наследование: NSBox
Показать файл Открыть проект Примеры использования класса

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