ComponentTray.OnSetCursor Method

Definition

Called to set the mouse cursor.

protected:
 virtual void OnSetCursor();
protected virtual void OnSetCursor ();
abstract member OnSetCursor : unit -> unit
override this.OnSetCursor : unit -> unit
Protected Overridable Sub OnSetCursor ()

Notes to Inheritors

You can override this method to set your own mouse cursor.

Applies to