Hi!
AFAIK, You can't.
Because the Textbox does not have the facility to provide the functionality i.e., show a list and select one from it.
On the other hand you can show combobox "nearly" equal to textbox by varying its properties like: (from property Window)
DropDownStyle = Simple
then decrease its size,
FlatStyle = System
etc.