SystemIcons.Information 属性

定义

获取 Icon 对象,它包含系统信息图标 (WIN32: IDI_INFORMATION)。

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 对象,它包含系统信息图标。

适用于