Check out example codes for "how to make a custom cursor in windows forms c#". It will help you in understanding the concepts better.
Code Example 1
"name of control".Cursor = new System.Windows.Forms.Cursor(Properties.Resources."name of image".Handle);
Learn ReactJs, React Native from akashmittal.com