Vcl.Ribbon.TCustomRibbon.HotTabIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HotTabIndex: Integer read FHotTabIndex write SetHotTabIndex;

C++

__property int HotTabIndex = {read=FHotTabIndex, write=SetHotTabIndex, nodefault};

Properties

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

Description

Specifies the index of the highlighted ribbon tab.

See Also