Vcl.Ribbon.TQuickAccessToolbar.ShowPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowPosition: Boolean read FShowPosition write SetShowPosition default True;

C++

__property bool ShowPosition = {read=FShowPosition, write=SetShowPosition, default=1};

Properties

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

Description

Switches to the other position in which the Quick Access Toolbar can be seen.

ShowPosition changes the caption of the command that moves the Quick Access Toolbar above or below the ribbon.

See Also