<< Return to Main Index

< Return to Class Index

class CGXGridIntelliMousePlugin: public CGXMouseWheelPlugin

CGXGridIntelliMousePlugin provides support for intelli-mouse' mouse-wheel scrolling and zooming for a grid.

This class customizes some behavior of the CGXIntelliMousePlugin to make it work correctly with CGXGridCore. It provides special overrides for OnIMouseGetZoom and OnIMouseSetZoom that call CGXGridCore::GetZoom and CGXGridCore::SetZoom.

See CGXIntelliMousePlugin for more information.

Note

Mouse-wheel scrolling only works with Visual C++ versions 6.0 or higher. If you are using an earlier version of MFC, this class will only add support for mouse-wheel panning (auto-scrolling). Rolling the mouse-wheel will have no effect.

#include <gxall.h>

See Also

CGXIntelliMousePlugin CGXGridCore::EnableIntelliMouse