TEditDropDownListStyle Enumeration

Represents type TEditDropDownListStyle.

Namespace: System.UI.Controls
type
 TEditDropDownListStyle = (lsEditFixedList, lsEditList, lsFixedList);

The TEditDropDownListStyle type exposes the following members.

Show:
 NameDescription
lsEditFixedList

Represents constant lsEditFixedList.

lsEditList

Represents constant lsEditList.

lsFixedList

Represents constant lsFixedList.

Top