Vcl.ComCtrls.TCustomHeaderControl.OverFlow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OverFlow: Boolean read FOverFlow write SetOverFlow default false;

C++

__property bool OverFlow = {read=FOverflow, write=SetOverflow, default=0};

Properties

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

Description

Specifies whether an overflow button is displayed.

Use OverFlow to specify whether an overflow button should appear inside the header control that allows displaying the hidden header sections.

Note: This feature is only available for Vista, Windows 7, or later Windows operating systems.

See Also