The text that appears in the DownLevel help box (Default: "Enter a few letters of the item you\'re looking for, and press the \'Search\' button. A list will appear with 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 TextDownLevelHelpBox As String
[C#]
public string TextDownLevelHelpBox {get; set;}

See Also

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