C# Class Ensage.Common.Menu.MenuItems.StringSwitcher

The string switcher.
Inheritance: MenuItem
Afficher le fichier Open project: EnsageSharp/Ensage.Common

Méthodes publiques

Méthode Description
StringSwitcher ( string name, string displayName, string list, int defaultSelectedIndex, bool makeChampionUniq = false )

Initializes a new instance of the StringSwitcher class.

Method Details

StringSwitcher() public méthode

Initializes a new instance of the StringSwitcher class.
public StringSwitcher ( string name, string displayName, string list, int defaultSelectedIndex, bool makeChampionUniq = false )
name string The name.
displayName string The display name.
list string The list.
defaultSelectedIndex int The default selected index.
makeChampionUniq bool The make champion unique.