Class DropdownList
Combo box control
public class DropdownList : ButtonBase, ICloneable
- Inheritance
-
DropdownList
- Implements
- Inherited Members
- Extension Methods
Constructors
DropdownList()
public DropdownList()
Properties
Items
A list of strings selectable in the control
public MonitoredCollection<string> Items { get; }
Property Value
OnChanged
A Lua script to execute when the control's value has changed
[FileType("Lua")]
public string? OnChanged { get; set; }
Property Value
SelectedItem
The currently selected item in the control
public string SelectedItem { get; set; }