DropDownListBox controls
When AllowEdit is enabled, the user can edit the selection in the text box of a drop-down list.
If AllowEdit is not enabled, the user can only make a selection from the list and cannot edit the selection.
To allow editing:
On the General page of the control’s Properties view, select the AllowEdit check box.
The AllowEdit property takes a boolean value.
This example sets AllowEdit for a DropDownListBox.
ddlb_1.AllowEdit = TRUE
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |