SystemIcons.Error 属性

定义

获取 Icon 对象,它包含系统错误图标 (WIN32: IDI_ERROR)。

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

属性值

Icon 对象,它包含系统错误图标。

适用于