API:Vcl.Ribbon.TCustomRibbonQuickAccessPopupToolbar.ValidOrientations

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ValidOrientations: TBarOrientations; override;

C++

DYNAMIC Vcl::Actnman::TBarOrientations __fastcall ValidOrientations();

Properties

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

Description

Returns the valid orientation of the pop-up menu.

Vcl.Ribbon.TCustomRibbonQuickAccessPopupToolbar.ValidOrientations inherits from Vcl.ActnMenus.TCustomActionPopupMenu.ValidOrientations. All content below this line refers to Vcl.ActnMenus.TCustomActionPopupMenu.ValidOrientations.

Returns the valid orientation of the pop-up menu.

ValidOrientations is internally used to return the valid orientation of the pop-up menu. Pop-up menus can only have vertical orientation.

See Also