Vcl.Ribbon.TRibbon.TabIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TabIndex: Integer read GetTabIndex write SetTabIndex default 0;

C++

__property TabIndex = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbon

Description

Change the active page of ribbon.

Vcl.Ribbon.TRibbon.TabIndex inherits from Vcl.Ribbon.TCustomRibbon.TabIndex. All content below this line refers to Vcl.Ribbon.TCustomRibbon.TabIndex.

Change the active page of ribbon.

TabIndex changes the active page of the ribbon. Set the TabIndex property to the desired page index.

See Also