SystemIcons.Question 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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 物件,含有系統問號圖示。