SystemIcons.Exclamation Property

Definition

Gets an Icon object that contains the system exclamation icon (WIN32: IDI_EXCLAMATION).

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

Property Value

An Icon object that contains the system exclamation icon.

Applies to