Vcl.Ribbon.TCustomRibbon.InvalidateScrollButtons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InvalidateScrollButtons;

C++

void __fastcall InvalidateScrollButtons();

Properties

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

Description

Invalidates the ribbon's scroll buttons. Scroll buttons appear when the window is too small to display the content. They are rectangular and have an arrow in the center.

See Also