C# Класс Nexus.Client.ModManagement.Scripting.SelectOption

Describes an option in a Mod Script script's select statement.
Показать файл Открыть проект

Открытые методы

Метод Описание
SelectOption ( string p_strName, bool p_booIsDefault, string p_strDescription, Image p_imgImage ) : System.Drawing

A simple constructor that initializes the object with the given values.

Описание методов

SelectOption() публичный Метод

A simple constructor that initializes the object with the given values.
public SelectOption ( string p_strName, bool p_booIsDefault, string p_strDescription, Image p_imgImage ) : System.Drawing
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 System.Drawing.Image The option's image.
Результат System.Drawing