SystemIcons.Question 属性

定义

获取 Icon 对象,它包含系统问号图标 (WIN32: IDI_QUESTION)。

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

属性值

Icon 对象,它包含系统问号图标。

适用于