EnvironmentBase.SetCursor (cursorType, Stream) Method

Sets a cursor for a specific type/action.
Public Sub SetCursor( _ 
ByVal cursorType As cursorType, _ 
ByVal cursorStream As Stream
)
This language is not supported or no code example is available.
public void SetCursor( 
cursorType cursorType
Stream cursorStream 
)
This language is not supported or no code example is available.

Parameters

cursorType
cursorType

The type/action of the cursor

cursorStream
Stream

The stream with the cursor data

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition