Vcl.Ribbon.TRibbon.ShowHelpButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowHelpButton: Boolean read FShowHelpButton write SetShowHelpButton default 1;

C++

__property ShowHelpButton = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbon

Description

Determines whether ribbon displays Help Button.

Vcl.Ribbon.TRibbon.ShowHelpButton inherits from Vcl.Ribbon.TCustomRibbon.ShowHelpButton. All content below this line refers to Vcl.Ribbon.TCustomRibbon.ShowHelpButton.

Determines whether ribbon displays Help Button.

ShowHelpButton indicates whether or not the ribbon displays a Help Button in the top right hand corner.

See Also