Skip to main content

TdxBarCustomCombo.ListBox Property

Specifies a list box for the dropdown window.

Declaration

property ListBox: TCustomListBox read;

Property Value

Type
TCustomListBox

Remarks

ListBox represents the window that appears as a dropdown window. The handle of the dropdown listbox window is returned by the DropDownWindow method. The Items property corresponds to the items of this listbox.

See Also