[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Monitor all mouse and keyboard activities globally and provides appropriate events. [Property] [Methods] *onKeyDown=Occurs when a key is pressed while the control has focus. ARG(KeyEventArgs)|2|0 *onKeyPress=Occurs when a key is pressed while the control has focus. ARG(KeyPressEventArgs)|2|0 *onKeyUp=Occurs when a key is released while the control has focus. ARG(KeyEventArgs)|2|0 *onMouseClick=Occurs when the control is clicked by the mouse. ARG(MouseEventArgs)|2|0 *onMouseDoubleClick=Occurs when the control is double clicked by the mouse. ARG(MouseEventArgs)|2|0 *onMouseDown=Occurs when the mouse pointer is over the control and a mouse button is pressed. ARG(MouseEventArgs)|2|0 *onMouseMove=Occurs when the mouse pointer is moved over the control. ARG(MouseEventArgs)|2|0 *onMouseUp=Occurs when the mouse pointer is over the control and a mouse button is released. ARG(MouseEventArgs)|2|0