'Declaration Public Shared Function Create( _
ByVal cursorThe cursor.As System.Windows.Forms.Cursor _
) As WinFormsCursor
public static WinFormsCursor Create(
System.Windows.Forms.Cursor cursor
)
public: static WinFormsCursor* Create(
System.Windows.Forms.Cursor cursor
)
public:
static WinFormsCursor^ Create(
System.Windows.Forms.Cursor cursor
)
Parameters
- cursor
- The cursor.
Return Value
A new instance of WinFormsCursor class, or null.