EnvironmentBase.SetCursor (Stream) Method

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

Parameters

cursorStream
Stream

The cursor stream

Remarks
 
When Renderer is different from rendererType.Native, the stream must be of a monochrome cursor image (due to a WindowsForms limitation).

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition