Environment.CursorTypes Property

The cursor types dictionary.
Public Property CursorTypes() As Dictionary(Of cursorType, Cursor
Get 
This language is not supported or no code example is available.
public Dictionary<cursorType, Cursor> CursorTypes {get;}
This language is not supported or no code example is available.

Property Value

Dictionary<cursorType, Cursor>
Remarks
 
If EnvironmentBase.Renderer is different from rendererType.Native, use the EnvironmentBase.SetCursor instead (WPF Eyeshot control only)

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition