property ExFileView.Description(Type as DescriptionTypeEnum) as String
Changes descriptions for control objects.

TypeDescription
Type as DescriptionTypeEnum A long expression that defines the part being changed.
String A string expression 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 the FilterBarCaption property to change the caption of the control's filter bar.