[]
IMouseEnabled interface
public interface IMouseEnabled
Name | Description |
---|---|
ContextMenu | Gets or sets the shortcut menu associated with the control. |
Name | Description |
---|---|
NeedMouseHandling() | Indicates whether mouse events should be handled for this control (i.e. control implemets at least one of mouse event handler). |
Name | Description |
---|---|
MouseDown | Occurs when the mouse pointer is over the control and a mouse button is pressed. |
MouseEnter | Occurs when the mouse pointer enters the control. |
MouseHover | Occurs when the mouse pointer hovers over the control. |
MouseLeave | Occurs when the mouse pointer leaves the control. |
MouseMove | Occurs when the mouse pointer is moved over the control. |
MouseUp | Occurs when the mouse pointer is over the control and a mouse button is released. |
MouseWheel | Occurs when the mouse wheel moves while the control has focus. |