IVsToolbox.SetCursor Method

Definition

Sets the drop cursor for the current, enabled Toolbox item.

public:
 int SetCursor();
public:
 int SetCursor();
int SetCursor();
public int SetCursor ();
abstract member SetCursor : unit -> int
Public Function SetCursor () As Integer

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

This method is called by a designer to tell the Toolbox to set the drop cursor for the current enabled item.

Applies to