次の方法で共有


SystemIcons.Error プロパティ

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

Public Shared ReadOnly Property Error As Icon
[C#]
public static Icon Error {get;}
[C++]
public: __property static Icon* get_Error();
[JScript]
public static function get Error() : Icon;

プロパティ値

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

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

SystemIcons クラス | SystemIcons メンバ | System.Drawing 名前空間