C# 클래스 Nexus.Client.ModManagement.Scripting.SelectOption

Describes an option in a Mod Script script's select statement.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
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