SystemIcons.Question プロパティ

定義

システム質問アイコン (WIN32: IDI_QUESTION) を含む Icon オブジェクトを取得します。

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 オブジェクト。

適用対象