property ComboBox.Description(Type as DescriptionTypeEnum) as String
Changes descriptions for different parts in the control.

TypeDescription
Type as DescriptionTypeEnum A long expression that defines the part being changed.
String A string value that indicates the part's description.

Use the Description property to customize the captions for control filter bar window.  For instance, the Description(exFilterAll) = "(Include All)" changes the "(All)" item description in the filter bar window. Use the Description property to change the predefined strings in the filter bar window. Use FilterBarDropDownWidth property to specify the width of the drop down filter window. The FilterForVisible property specifies whether the drop down portion of the control displays all the time a text-box editor to allow filtering items of the control.