The text that appears in the UpLevel help box (Default: "This textbox will auto-complete as you type.\nEnter a few letters of the item you're looking for, and a pop-up will appear listing possible values.") Note - use "\n" for a new line, and remember to escape certain characters - e.g. "'" must be written as "\'".

[Visual Basic]
Public Property TextUpLevelHelpBox As String
[C#]
public string TextUpLevelHelpBox {get; set;}

See Also

DbCombo Class | DbCombo Members | Cambro.Web.DbCombo Namespace