Vcl.ComCtrls.TCoolBar.ShowChevron

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowChevron: Boolean read FShowChevron write SetShowChevron default False;

C++

__property bool ShowChevron = {read=FShowChevron, write=SetShowChevron, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBar

Description

Set True to ensure users can access hidden buttons.

When ShowChevron is True, a TCoolBand located within a TCoolBar and associated with a TToolBar (with its Wrapable property set to False) can display a chevron symbol.

This occurs when one or more tool buttons in the TToolBar are not fully visible or not visible at all. Clicking the chevron will trigger a popup menu that displays all the hidden items, allowing the user to access them.

See Also