<< Return to Main Index

< Return to Class Index

class CGXGridMouseWheelPlugin: public CGXMouseWheelPlugin

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

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

See CGXMouseWheelPlugin 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 do nothing. Rolling the mouse-wheel will have no effect.

#include <gxall.h>

See Also

CGXMouseWheelPlugin CGXGridCore::EnableMouseWheel