Vcl.ComCtrls.TCoolBand.HorizontalOnly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HorizontalOnly: Boolean read FHorizontalOnly write SetHorizontalOnly default False;

C++

__property bool HorizontalOnly = {read=FHorizontalOnly, write=SetHorizontalOnly, default=0};

Properties

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

Description

Determines whether the band is displayed when the TCoolBar is arranged vertically.

If the Vertical property of the container CoolBar is true, setting HorizontalOnly to true hides the band. If the Vertical property of the container CoolBar is false, HorizontalOnly has no effect.

See Also