Skip to main content

TdxNavBarGroupViewInfo.CaptionSignColor Method

Returns the color used to paint the group header sign.

Declaration

function CaptionSignColor: TColor; virtual;

Returns

Type
TColor

Remarks

As implemented in the TdxNavBarGroupViewInfo class, the CaptionSignColor function always returns the clBlack value. This function can be overridden to display the sign using a custom color. Note that you can also paint the group header sign manually via handling the OnCustomDraw.GroupCaption event.

See Also