Skip to main content

TdxNavBarViewInfo.DragDropGroupTargetAlphaBlend2 Method

Returns the ending alpha component of the drag & drop target group’s background color.

Declaration

function DragDropGroupTargetAlphaBlend2: Byte; virtual;

Returns

Type
Byte

Remarks

This function is used to obtain the ending alpha blending value of the drag & drop target group’s background color. This value is specified by the corresponding style. The style can be set via the OptionsStyle.DefaultStyles.DropTargetGroup default style or by assigning a custom style to the OptionsStyle.CustomStyles.DropTargetGroup property. Custom style settings are more priority. The DragDropGroupTargetAlphaBlend2 function returns the AlphaBlending2 property value of the style assigned.

See Also