EnvironmentBase.GetCursor Method

Gets the stream of the cursor.
Public Function GetCursor( _ 
ByVal cursorType As cursorType
) As Stream
This language is not supported or no code example is available.
public Stream GetCursor( 
cursorType cursorType 
)
This language is not supported or no code example is available.

Parameters

cursorType
cursorType

The type of cursor

Return Value

Stream

The stream of the cursor that was previously set by the user

Remarks
 
Use this method to get the cursor streams when Renderer is different from rendererType.Native.

.NET Framework

Supported in: 4.8

In this article

Definition