Vcl.ActnCtrls.TCustomActionDockBar.MakeLastItemVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MakeLastItemVisible;

C++

void __fastcall MakeLastItemVisible();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionDockBar

Description

Scrolls the menu so that the last item in the Action Bar is shown.

MakeLastItemVisible is used for scrolling the menu so that the last item in the Action Bar is shown. This method is valid only if the AllowScrolling property is True.

See Also