Skip to main content

TdxNavBarViewInfo.DragDropItemTargetBackColor Method

Returns the background color of the line representing the drag & drop target link.

Declaration

function DragDropItemTargetBackColor: TColor; virtual;

Returns

Type
TColor

Remarks

This function is used to obtain the starting background color of the line that identifies the target position of the dragged link. This value is specified by the corresponding style. The style can be set via the OptionsStyle.DefaultStyles.DropTargetLink default style or by assigning a custom style to the OptionsStyle.CustomStyles.DropTargetLink property. Custom style settings are more priority. The DragDropItemTargetBackColor function returns the BackColor property value of the style assigned.

See Also