Objective Grid: Changing the mouse cursor when moving over cells

Article ID: 498
Last updated: 16 Apr, 2018
Article ID: 498
Last updated: 16 Apr, 2018
Revision: 3
Views: 2307
Posted: 12 Jan, 2001
by Meltreger B.
Updated: 16 Apr, 2018
by Meltreger B.

Problem


How can I change the mouse cursor on the fly while the user is moving the mouse over cells?


Cause



Action


You can override the OnMouseMoveOver() method and then call ShowContextCursor(idcPrimary). idcPrimary is the resource id for the cursor to be displayed.

This article was:   Helpful | Not helpful
Report an issue
Article ID: 498
Last updated: 16 Apr, 2018
Revision: 3
Views: 2307
Posted: 12 Jan, 2001 by Meltreger B.
Updated: 16 Apr, 2018 by Meltreger B.

Others in this category