Mouse modes.
Member | Value | Description |
---|---|---|
eMouseModeAutomatic | 0 | Automatic. The control handles the mouse events and then fires the events to the container for additional processing. |
eMouseModeManual | 1 | None. No default action happens on mouse events. Events are fired to the container. |
In manual mode the container takes over and handles the mouse events by itself. This can be used to redefine entirely the mouse interactions.
In automatic mode the control performs the default actions. The mouse events are also propagated to the container. The container can then perform additional actions.