Returns true if the object referenced by the item id list should be shown
in the list according to the show options and filters that are eventually set.
| C# | Visual Basic | Visual C++ |
protected virtual bool IncludeObjectInList( ItemIdList p_ItemIdList )
Protected Overridable Function IncludeObjectInList ( _ p_ItemIdList As ItemIdList _ ) As Boolean
protected: virtual bool IncludeObjectInList( ItemIdList^ p_ItemIdList )
- p_ItemIdList (ItemIdList)
- the item id list instance of the file that is to be filtered.
true, if the item id list is visible in the control according to the property values. false if it should not be visible.