GoObject.GetCursorName custom cursor

I have a custom cursor that is not in the System.Windows.Forms.Cursors collection.



The GoObject.GetCursorName override lets me specify a cursor in the standard collection, but how can I associate my custom cursor to a GoObject ?

Read the API reference for GoObject.OnMouseOver.

Yesss.

That will do it. Thanks.