Vcl.Ribbon.TCustomRibbon.DoScrollTabsRight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoScrollTabsRight; virtual;

C++

virtual void __fastcall DoScrollTabsRight();

Properties

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

Description

Scrolls the ribbon tabs to the right, as if clicking the right scroll tab button.

See Also