Environment.SetCursor Method

Sets the cursor.
Public Sub SetCursor( _ 
ByVal cursor As Cursor
)
This language is not supported or no code example is available.
public void SetCursor( 
Cursor cursor 
)
This language is not supported or no code example is available.

Parameters

cursor
Cursor

The cursor

Remarks
 
If EnvironmentBase.Renderer is different from rendererType.Native, use EnvironmentBase.SetCursor (WPF only)

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition