NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Cursor Constructor (String)

Creates a cursor given a file. The file must be a standard disk based cursor (.cur) file.

[Visual Basic]
Overloads Public Sub New( _
   ByVal fileName As String _
)
[C#]
public Cursor(
   string fileName
);
[C++]
public: Cursor(
   String* fileName
);
[JScript]
public function Cursor(
   fileName : String
);

Parameters

fileName
The cursor file to load.

See Also

Cursor Class | Cursor Members | System.Drawing Namespace | Cursor Constructor Overload List