TdxRibbonTabCollection.Items Property
Provides indexed access to the Ribbon tab at the position specified by the zero-based Index parameter.
Declaration
property Items[Index: Integer]: TdxRibbonTab read; write; default;
Property Value
Type |
---|
TdxRibbonTab |
Remarks
Note that tab positions in the collection can be changed if the collection’s Insert method was invoked. This method places the newly created tab at a specified position.
See Also