Vcl.Ribbon.TCustomRibbonPage.UpdateScrollButtons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateScrollButtons;

C++

void __fastcall UpdateScrollButtons();

Properties

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

Description

Updates the scroll buttons of the ribbon page. UpdateScrollButtons checks whether the ribbon page needs scroll buttons, depending on the ribbon group's width (if it does, it checks on which margin, left or right.)

See Also