Vcl.ActnCtrls.TCustomActionToolBar.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.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionToolBar

Description

Sets the orientation of the action tool bar control.

SetOrientation is used for setting the orientation of the action tool bar control.

See Also