SystemIcons.Question Property

Definition

Gets an Icon object that contains the system 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

Property Value

An Icon object that contains the system question icon.

Applies to