IVsToolbox.SetCursor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.