Environment.SetDefaultCursor Method

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

Parameters

cursor
Cursor

The cursor to set as default

Remarks
 
If EnvironmentBase.Renderer is different from rendererType.Native, to set cursors different from the ones specified in cursorType use the EnvironmentBase.SetDefaultCursor instead (WPF only)

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition