BCGControlBar Library for .NET
FindSubItemByData Method




The data to search for.
Searches any subitem of the current property or its subitems with a Data property which contains the specified data.
Syntax
'Declaration
 
Public Function FindSubItemByData( _
   ByVal objData As Object _
) As PropertyListItem
'Usage
 
Dim instance As PropertyListItem
Dim objData As Object
Dim value As PropertyListItem
 
value = instance.FindSubItemByData(objData)
public PropertyListItem FindSubItemByData( 
   object objData
)
public: PropertyListItem* FindSubItemByData( 
   Object* objData
) 
public:
PropertyListItem^ FindSubItemByData( 
   Object^ objData
) 

Parameters

objData
The data to search for.
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

PropertyListItem Class
PropertyListItem Members

Send Feedback