Vcl.Ribbon.TCustomRibbon.TabIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TabIndex: Integer read GetTabIndex write SetTabIndex default 0;

C++

__property int TabIndex = {read=GetTabIndex, write=SetTabIndex, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

Description

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