Vcl.Ribbon.TCustomRibbonGroup.HideControls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HideControls; virtual;

C++

virtual void __fastcall HideControls();

Properties

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

Description

HideControls hides the ribbon group controls.

HideControls is used to set the Visible property of the ribbon group controls to False.

See Also