Item Property
Description
Gets the collection of CommandBarControl objects that have been added to the RibbonGroup.
Property Type
Read-only property
Syntax (Visual Basic)
Public Property Item( _
ByVal Index As Long _
) As CommandBarControl
Parameters
- Index: Index of a CommandBarControl in the Item collection to return.
Remarks
The Item collection contains all of the CommandBarControl objects that have been added to the RibbonGroup.

The Add method is used to add a CommandBarControl to the Item collection, and DeleteAt is used to delete a CommandBarControl from the Item collection. The FindControl method is used to search for a control in the Ribbon Bar.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.