Vcl.ActnMenus.TCustomActionPopupMenu.SetOrientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOrientation(const Value: TBarOrientation); override;

C++

virtual void __fastcall SetOrientation(const Vcl::Actnman::TBarOrientation Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionPopupMenu

Description

Sets the orientation of the Action Bar.

Vcl.ActnMenus.TCustomActionPopupMenu.SetOrientation inherits from Vcl.ActnCtrls.TCustomActionDockBar.SetOrientation. All content below this line refers to Vcl.ActnCtrls.TCustomActionDockBar.SetOrientation.

Sets the orientation of the Action Bar.

SetOrientation is used for setting the orientation of the Action Bar. When the orientation is changed, the SetupScrolling method is called.

See Also