This sets the current application's cursor to a cursor that represents the currently selected tool. If no tool is selected this will default to the standard Windows cursor.
[Visual Basic] Function SetCursor() As Boolean [C#] bool SetCursor(); [C++] bool SetCursor() = 0; [JScript] function SetCursor() : Boolean;
This will return true if the cursor was set to the currently selected tool, or false if there is no tool selected and the cursor was set to the standard windows cursor.
IToolboxService Interface | IToolboxService Members | System.WinForms.Design Namespace