Свойство | Тип | Описание | |
---|---|---|---|
RaiseBoxClicked | void |
Метод | Описание | |
---|---|---|
CustomBox ( |
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.
|
public CustomBox ( |
||
handle | Handle. | |
Результат | System |
public MouseDown ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | The event. |
Результат | void |
public MouseExited ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | The event. |
Результат | void |
public MouseMoved ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | The event. |
Результат | void |
public MouseUp ( NSEvent theEvent ) : void | ||
theEvent | NSEvent | The event. |
Результат | void |