Метод | Описание | |
---|---|---|
SelectOption ( string p_strName, bool p_booIsDefault, string p_strDescription, |
A simple constructor that initializes the object with the given values.
|
public SelectOption ( string p_strName, bool p_booIsDefault, string p_strDescription, |
||
p_strName | string | The name of the option. |
p_booIsDefault | bool | Whether the option is a default. |
p_strDescription | string | The description of the option. |
p_imgImage | The option's image. | |
Результат | System.Drawing |