System.Windows.Forms.XplatUICarbon.DestroyCursor C# (CSharp) Method

DestroyCursor() private method

private DestroyCursor ( IntPtr cursor ) : void
cursor System.IntPtr
return void
		internal override void DestroyCursor(IntPtr cursor) {
			throw new NotImplementedException ();
		}
	
XplatUICarbon