STK X Send comments on this topic.
AgEMouseMode Enumeration
See Also  Example





Description

Mouse modes.

Members

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.

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.

 

Example

[Visual Basic .NET] Copy Code
ME.AxAgUiAxVOCntrl1.MouseMode = AGI.STKX.AgEMouseMode.eMouseModeAutomatic

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1