| Name | Description |
| htb | |
| OnDisabled | Called when the Disabled property is set to true. |
| OnDragDrop | Default handler for the NDragDrop.DragDropEvent event. |
| OnDragEnter | Default handler for the NDragDrop.DragEnterEvent event. |
| OnDragIn | Default handler for the NDragDrop.DragInEvent event. |
| OnDragLeave | Default handler for the NDragDrop.DragLeaveEvent event. |
| OnDragOut | Default handler for the NDragDrop.DragOutEvent event. |
| OnDragOver | Default handler for the NDragDrop.DragOverEvent event. |
| OnEnabled | Called when the Disabled property is set to false. |
| OnFocusIn | Default handler for the NKeyboard.FocusInEvent event. |
| OnFocusOut | Default handler for the NKeyboard.FocusOutEvent event. |
| OnGotFocus | Default handler for the NKeyboard.GotFocusEvent event. |
| OnGotMouseCapture | Default handler for the NMouse.GotCaptureEvent events |
| OnGotTouchCapture | Default handler for the NTouch.GotCaptureEvent events |
| OnInputChar | Default handler for the NKeyboard.InputCharEvent event. |
| OnKeyDown | Default handler for the NKeyboard.KeyDownEvent event. |
| OnKeyUp | Default handler for the NKeyboard.KeyUpEvent event. |
| OnLostFocus | Default handler for the NKeyboard.LostFocus event. |
| OnLostMouseCapture | Default handler for the NMouse.LostCaptureEvent event |
| OnLostTouchCapture | Default handler for the NTouch.LostCaptureEvent event |
| OnMouseCaptureIn | Default handler for the NMouse.CaptureInEvent event |
| OnMouseCaptureOut | Default handler for the NMouse.CaptureOutEvent event |
| OnMouseDown | Default handler for the NMouse.DownEvent event. |
| OnMouseEnter | Default handler for the NMouse.EnterEvent event. |
| OnMouseIn | Default handler for the NMouse.InEvent event. |
| OnMouseLeave | Default handler for the NMouse.LeaveEvent event. |
| OnMouseMove | Default handler for the NMouse.MoveEvent event. |
| OnMouseOut | Default handler for the NMouse.OutEvent event. |
| OnMouseUp | Default handler for the NMouse.UpEvent event. |
| OnMouseWheel | Default handler for the NMouse.WheelEvent event. |
| OnTouchCaptureIn | Default handler for the NTouch.CaptureInEvent event |
| OnTouchCaptureOut | Default handler for the NTouch.CaptureOutEvent event |
| OnTouchDown | Default handler for the NTouch.DownEvent event. |
| OnTouchEnter | Default handler for the NTouch.EnterEvent event. |
| OnTouchIn | Default handler for the NTouch.InEvent event. |
| OnTouchLeave | Default handler for the NTouch.LeaveEvent event. |
| OnTouchMove | Default handler for the NTouch.MoveEvent event. |
| OnTouchOut | Default handler for the NTouch.OutEvent event. |
| OnTouchUp | Default handler for the NTouch.UpEvent event. |
| ReceiveHandledDragDrop | Queries whether handled drag drop should be processed. This implementation returns false. |
| ReceiveHandledDragOver | Queries whether handled drag over should be processed. This implementation returns false. |
| ReceiveHandledInputChar | Queries whether handled input char should be processed. This implementation returns false. |
| ReceiveHandledKeyDown | Queries whether handled key down should be processed. This implementation returns false. |
| ReceiveHandledKeyUp | Queries whether handled key up should be processed. This implementation returns false. |
| ReceiveHandledMouseDown | Queries whether handled mouse down should be processed. This implementation returns false. |
| ReceiveHandledMouseMove | Queries whether handled mouse move should be processed. This implementation returns false. |
| ReceiveHandledMouseUp | Queries whether handled mouse up should be processed. This implementation returns false. |
| ReceiveHandledMouseWheel | Queries whether handled mouse wheel should be processed. This implementation returns false. |
| ReceiveHandledTouchDown | Queries whether handled touch down should be processed. This implementation returns false. |
| ReceiveHandledTouchMove | Queries whether handled touch move should be processed. This implementation returns false. |
| ReceiveHandledTouchUp | Queries whether handled touch up should be processed. This implementation returns false. |
| RequestCursor | Called when the input element receives a chance to request a cursor. This implementation requests the Cursor property. |
| RequestDisabledCursor | Called when the input element is disabled and receives channce to request a disabled cursor. |
| RequestDisabledTooltip | Called when the input element is disabled and receives channce to request a disabled tooltip. |
| RequestTooltip | Called when the input element receive a chance to request a tooltip. This implementation requests the Tooltip property. |