BCGControlBar Library for .NET
IsSubItem Method




The property item to retrieve.
Indicates a value whether the specified PropertyListItem is a sub item of this property item.
Syntax
'Declaration
 
Public Function IsSubItem( _
   ByVal prop As PropertyListItem _
) As Boolean
'Usage
 
Dim instance As PropertyListItem
Dim prop As PropertyListItem
Dim value As Boolean
 
value = instance.IsSubItem(prop)
public bool IsSubItem( 
   PropertyListItem prop
)
public: bool IsSubItem( 
   PropertyListItem* prop
) 
public:
bool IsSubItem( 
   PropertyListItem^ prop
) 

Parameters

prop
The property item to retrieve.
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