Vcl.Ribbon.TCustomRibbon.GetTabRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTabRect(const Index: Integer): TRect; virtual;

C++

virtual System::Types::TRect __fastcall GetTabRect(const int Index);

Properties

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

Description

Returns the bounds of a ribbon tab for a given index.

See Also