Table of Contents

Class DropdownList

Namespace
OmegaGUI.Model
Assembly
OmegaGUI.dll

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

MonitoredCollection<string>

OnChanged

A Lua script to execute when the control's value has changed

[FileType("Lua")]
public string? OnChanged { get; set; }

Property Value

string

SelectedItem

The currently selected item in the control

public string SelectedItem { get; set; }

Property Value

string