BCGControlBar Library for .NET
ContainsCategoryItem Method




A CategoryItem to retrieve.
Indicates a value whether any CollapsedCategoryItemButton from the Quick Access Toolbar relates to the specified CategoryItem
Syntax
'Declaration
 
Public Function ContainsCategoryItem( _
   ByVal item As CategoryItem _
) As Boolean
'Usage
 
Dim instance As QuickAccessToolbar
Dim item As CategoryItem
Dim value As Boolean
 
value = instance.ContainsCategoryItem(item)
public bool ContainsCategoryItem( 
   CategoryItem item
)
public: bool ContainsCategoryItem( 
   CategoryItem* item
) 
public:
bool ContainsCategoryItem( 
   CategoryItem^ item
) 

Parameters

item
A CategoryItem 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

QuickAccessToolbar Class
QuickAccessToolbar Members

Send Feedback