Total .NET Analyzer Rule Documentation  

FormCursor Rule

Consider changing the form's Cursor property to Default.

Remarks

A form's Cursor property determines the cursor that is displayed when the mouse is over the form. Setting this property to Default allows Windows to determine which cursor to show. In general, you should set the Cursor property to Default to ensure that an appropriate cursor is shown.

Resolution

In general, the form's Cursor property should be set to Default. Use the Windows Form Designer Properties Window to change the property.

See Also

Control.Cursor Property

Cursors.Default Property