Vcl.Ribbon.TApplicationMenu.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 TApplicationMenu

Description

Makes visible a menu item that was previously hidden. This method sets the menu item's Visible property to True.

See Also