property Items.ItemFiltered (Item as HITEM) as Boolean
Checks whether the item is included in the control's filter.

TypeDescription
Item as HITEM A long expression that indicates the handle of the item
Boolean A boolean expression that indicates whether the item is filtered.
Use the ItemFiltered property to check whether an item is included in the control's filter. Use the FilterType property to specify the type of filter that's applied to a column. The ApplyFilter method should be called to update the control's content after changing the Filter or FilterType property. The ItemCount property counts the items in the control's list. Use the ItemByIndex property to access an item giving its index.