BCGControlBar Library for .NET
FindItemByData(Object,Boolean) Method




The user-defined data to find.
Specifies the data should be searched among the subitems of properties.
Finds the first PropertyListItem in PropertyListItem collection which contains the user-defined data.
Syntax
'Declaration
 
Public Overloads Function FindItemByData( _
   ByVal data As Object, _
   ByVal searchSubItems As Boolean _
) As PropertyListItem
'Usage
 
Dim instance As PropertyListControl
Dim data As Object
Dim searchSubItems As Boolean
Dim value As PropertyListItem
 
value = instance.FindItemByData(data, searchSubItems)
public PropertyListItem FindItemByData( 
   object data,
   bool searchSubItems
)
public: PropertyListItem* FindItemByData( 
   Object* data,
   bool searchSubItems
) 
public:
PropertyListItem^ FindItemByData( 
   Object^ data,
   bool searchSubItems
) 

Parameters

data
The user-defined data to find.
searchSubItems
Specifies the data should be searched among the subitems of properties.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyListControl Class
PropertyListControl Members
Overload List

Send Feedback