Vcl.Ribbon.TCustomRibbonQuickAccessToolbar.ShowBorder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowBorder: Boolean read FShowBorder write SetShowBorder;

C++

__property bool ShowBorder = {read=FShowBorder, write=SetShowBorder, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonQuickAccessToolbar

Description

Indicates whether the Quick Access Toolbar border is visible or not.

ShowBorder is used to read or set the visibility of the Quick Access Toolbar border.

See Also