In This Topic
Gets or sets the
RibbonTab at the specified position in the collection.
Syntax
'Declaration
Public Overloads Property Item( _
ByVal As System.Integer _
) As RibbonTab
public RibbonTab Item(
System.int
) {get; set;}
Parameters
- index
- Index of the item.
Property Value
The
RibbonTab at the specified .
See Also