C# Class Nexus.Client.ModManagement.Scripting.SelectOption

Describes an option in a Mod Script script's select statement.
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
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.

Method Details

SelectOption() public méthode

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.
Résultat System.Drawing