SystemIcons.Application プロパティ

定義

既定のアプリケーション アイコン (WIN32: IDI_APPLICATION) を含む Icon オブジェクトを取得します。

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

プロパティ値

既定のアプリケーション アイコンを含む Icon オブジェクト。

適用対象