Skip to content

Index Property

Description

The index of the tab within the Ribbon Bar's collection of tabs.

Property Type

Read-only property

Syntax (Visual Basic)

Public Property Index() As Long

Remarks

The tabs are displayed in the order in which they are added in the Ribbon Bar's collection of tabs. This means the tab with an Index of zero (0) will be displayed first to the far left, then to the immediate right will be the tab with an Index of one (1), etc.

If the tabs need to be re-ordered, the Move method is used to move the tab to a new position within the Ribbon Bar's collection of tabs.

See Also


See Also

Command Bars ActiveX Control v24.0

Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.