Vcl.ComCtrls.TCustomHeaderControl.FullDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FullDrag: Boolean read FFullDrag write SetFullDrag;

C++

__property bool FullDrag = {read=FFullDrag, write=SetFullDrag, nodefault};

Properties

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

Description

Specifies whether headers are repainted when they are dragged.

Use FullDrag to specify whether headers are repainted while they are dragged.

See Also