SystemIcons.Hand プロパティ

定義

システムの手の形のアイコン (WIN32: IDI_HAND) を格納している Icon オブジェクトを取得します。

public:
 static property System::Drawing::Icon ^ Hand { System::Drawing::Icon ^ get(); };
public static System.Drawing.Icon Hand { get; }
static member Hand : System.Drawing.Icon
Public Shared ReadOnly Property Hand As Icon

プロパティ値

システムの手の形のアイコンを格納している Icon オブジェクト。

適用対象