SystemIcons.WinLogo プロパティ

定義

Windows ロゴ アイコン (WIN32: IDI_WINLOGO) を含むIcon オブジェクトを取得します。

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

プロパティ値

Windowsロゴ アイコンを含む Icon オブジェクト。

適用対象