ToolboxService::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.Design (in System.Drawing.Design.dll)

private:
virtual bool SetCursor() sealed = IToolboxService::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.

.NET Framework
Available since 2.0
Return to top
Show: