Message 1 of 2
can I change the mouse cursor while processing a command ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
I need to change the mouse cursor while processing a command to a custom cursor icon or even built in icon,
but I don't know if is it possible or not!
I used
System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.Hand;
but didn't work, or may it worked but the Revit app back it again to its default while enter the selection process ...etc !
actually I don't know 😅