IsInFilter Property
Description
Checks if the item matches the filter criteria of the list to which it belongs.
Property type
Read-only property
Syntax
Visual Basic
Public Property IsInFilter( _
   ByVal Index As Long _
) As Boolean
Parameters
Index
The position in the list.
Remarks

An item may be in a HierarchySupportList even though it does not meet the filter criteria. This occurs if the item is the the root of a sub-tree containing an item that does meet the criteria.

This property indicates whether a root-object, itself, meets the criteria.

See Also