SystemIcons.Information プロパティ

定義

システム情報アイコン (WIN32: IDI_INFORMATION) を含む Icon オブジェクトを取得します。

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

プロパティ値

システム情報アイコンを含む Icon オブジェクト。

適用対象