Cursor Constructor
.NET Framework (current version)
Initializes a new instance of the Cursor class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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. |
Show:
