IToolboxService::SetCursor Method ()

 

Sets the current application's cursor to a cursor that represents the currently selected tool.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

bool SetCursor()

Return Value

Type: System::Boolean

true if the cursor is set by the currently selected tool, false if there is no tool selected and the cursor is set to the standard windows cursor.

If no tool is selected, the cursor will default to the standard Windows cursor.

.NET Framework
Available since 1.1
Return to top
Show: