Reply To: TRzToolButton

#498
Paweł
Participant

    It’s not working with my code.

    Transparent := True;
    VisualStyle := vsGradient;
    GradientColorStyle := gcsCustom;
    SelectionColorStart := StyleServices.GetStyleColor(scButtonFocused);
    SelectionColorStop := StyleServices.GetStyleColor(scButtonFocused);
    SelectionFrameColor := StyleServices.GetStyleColor(scButtonFocused);

    I need to change font color to white.