Skip to main content

TdxNavBarViewInfo.DragDropGroupTargetAlphaBlend Method

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

Declaration

function DragDropGroupTargetAlphaBlend: Byte; virtual;

Returns

Type
Byte

Remarks

This function is used to obtain the starting 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 DragDropGroupTargetAlphaBlend function returns the AlphaBlending property value of the style assigned.

See Also