The TcxMRUEditProperties
object is a helper object that contains properties specific to the TcxMRUEdit
user forms component. To obtain the TcxMRUEditProperties
object in your scripts, use the TcxMRUEdit.Properties
property.
The LookupItems
property holds the list of items displayed in the drop-down window. The MaxItemCount
property specifies the maximum number of items stored in the component.
To adjust the appearnace of the component’s drop-down window, use the DropDownAutoWidth
, DropDownListStyle
, DropDownRows
, DropDownSizeable
and DropDownWidth
properties.
The ShowEllipsis
property controls the visibility of the ellipsis button within the component. To provide the keyboard shortcut to the ellipsis button, use the ClickKey
property.