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 );
Cursor Class | Cursor Members | System.Drawing Namespace | Cursor Constructor Overload List