minwin
app
button
canvas
combo
component
dialog
event
font
geometry
group
icon
image
label
layout
listbox
menu
multidg
paint
peer
peerimpl
scroll
text
window
|
minwin.combo
Drop-down list of items to choose from.
- class ComboBox: minwin.component.WindowChild;
- Drop-down list of items to choose from.
- bool editable;
- Read-only property telling if the text part is editable.
- this(Component parent, char[][] texts, bool editable = true, char[] name = "");
- Constructs a new ComboBox from the given details.
- int selection;
- Read/write property for the current selection.
-1 if edited (not in list)
|