AxHost::GetIPictureFromCursor Method (Cursor^)

 

Returns an OLE IPicture object corresponding to the specified Cursor.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
static Object^ GetIPictureFromCursor(
	Cursor^ cursor
)

Parameters

cursor
Type: System.Windows.Forms::Cursor^

A Cursor, which is an image that represents the Windows mouse pointer.

Return Value

Type: System::Object^

An Object representing the OLE IPicture object.

.NET Framework
Available since 1.1
Return to top
Show: