ShellSystemListIncludeObjectInList Method |
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.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected virtual bool IncludeObjectInList(
ItemIdList p_ItemIdList
)
Protected Overridable Function IncludeObjectInList (
p_ItemIdList As ItemIdList
) As Boolean
protected:
virtual bool IncludeObjectInList(
ItemIdList^ p_ItemIdList
)
abstract IncludeObjectInList :
p_ItemIdList : ItemIdList -> bool
override IncludeObjectInList :
p_ItemIdList : ItemIdList -> bool Parameters
- p_ItemIdList ItemIdList
- the item id list instance of the file that is to be filtered.
Return Value
Booleantrue, if the item id list is visible in the control according to the property values. false if it should not be visible.
See Also