AxHost.GetIPictureFromCursor(Cursor) メソッド

定義

指定したIPictureに対応する OLE Cursor オブジェクトを返します。

protected:
 static System::Object ^ GetIPictureFromCursor(System::Windows::Forms::Cursor ^ cursor);
protected static object GetIPictureFromCursor(System.Windows.Forms.Cursor cursor);
protected static object? GetIPictureFromCursor(System.Windows.Forms.Cursor? cursor);
static member GetIPictureFromCursor : System.Windows.Forms.Cursor -> obj
Protected Shared Function GetIPictureFromCursor (cursor As Cursor) As Object

パラメーター

cursor
Cursor

Cursor。マウス ポインター Windowsを表す画像です。

返品

OLE Object オブジェクトを表すIPicture

適用対象