BCGControlBar Library for .NET
FindItemByData(Object) Method




The user-defined data to find.
Finds the first PropertyListItem in PropertyListItem collection which contains the user-defined data.
Syntax
'Declaration
 
Public Overloads Function FindItemByData( _
   ByVal data As Object _
) As PropertyListItem
'Usage
 
Dim instance As PropertyListControl
Dim data As Object
Dim value As PropertyListItem
 
value = instance.FindItemByData(data)
public PropertyListItem FindItemByData( 
   object data
)
public: PropertyListItem* FindItemByData( 
   Object* data
) 
public:
PropertyListItem^ FindItemByData( 
   Object^ data
) 

Parameters

data
The user-defined data to find.
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