BCGControlBar Library for .NET
FindCategoryItemByID Method (RibbonControl)




The identifier of the CategoryItem to find.
Returns a CategoryItem located on the one of the CategoryPanels from the CategoryCollection. The CategoryItem to return should have the specified identifier.
Syntax
'Declaration
 
Public Function FindCategoryItemByID( _
   ByVal id As Integer _
) As CategoryItem
'Usage
 
Dim instance As RibbonControl
Dim id As Integer
Dim value As CategoryItem
 
value = instance.FindCategoryItemByID(id)
public CategoryItem FindCategoryItemByID( 
   int id
)
public: CategoryItem* FindCategoryItemByID( 
   int id
) 
public:
CategoryItem^ FindCategoryItemByID( 
   int id
) 

Parameters

id
The identifier of the CategoryItem 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

RibbonControl Class
RibbonControl Members

Send Feedback