STK XSend comments on this topic.
AgEMouseMode Enumeration
See Also

Description

Mouse modes.

Members

MemberValueDescription
eMouseModeAutomatic0Automatic. The control handles the mouse events and then fires the events to the container for additional processing.
eMouseModeManual1None. No default action happens on mouse events. Events are fired to the container.

Remarks

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.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.