SystemIcons.Exclamation プロパティ

定義

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

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

プロパティ値

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

適用対象