Vcl.Ribbon.TQuickAccessToolbar.Show

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Show(const Visible: Boolean);

C++

void __fastcall Show(const bool Visible);

Properties

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

Description

Makes a Quick Access Toolbar item visible.

Use Show to make visible an item that was previously hidden on the Quick Access Toolbar. The Show method sets the item's Visible property to True.

See Also