FMX.StdCtrls.TCornerButton.EnableDragHighlight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EnableDragHighlight: Boolean read FEnableDragHighlight write FEnableDragHighlight default 1;

C++

__property EnableDragHighlight = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCornerButton

Description

Specifies whether the control is highlighted when the dragged object is over it.

FMX.StdCtrls.TCornerButton.EnableDragHighlight inherits from FMX.Controls.TControl.EnableDragHighlight. All content below this line refers to FMX.Controls.TControl.EnableDragHighlight.

Specifies whether the control is highlighted when the dragged object is over it.

See Also