BCGControlBar Library for .NET
FindCategoryItemByID Method (CategoryPanel)




The identifier of the item to return.
Returns  the CategoryItem from CategoryItems collection with the specified identifier.
Syntax
'Declaration
 
Public Function FindCategoryItemByID( _
   ByVal id As Integer _
) As CategoryItem
'Usage
 
Dim instance As CategoryPanel
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 item to return.
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

CategoryPanel Class
CategoryPanel Members

Send Feedback