Cursor Constructor
.NET Framework 2.0
| Name | Description |
|---|---|
| Cursor (IntPtr) | Initializes a new instance of the Cursor class from the specified Windows handle. |
| Cursor (Stream) | Initializes a new instance of the Cursor class from the specified data stream. |
| Cursor (String) | Initializes a new instance of the Cursor class from the specified file. |
| Cursor (Type, String) | Initializes a new instance of the Cursor class from the specified resource with the specified resource type. |