Reply To: TrzSatusPane : bac

#2663
Eddy Poullet
Participant

    Hi Ray,
    Thanks for the reply.
    Setting the rzStatusPane’s property Transparent to False doesn’t change the background color (at design- and run-time) in my case (D11/D10.4.2-Component version 7). Very strange. Below the dfm part for the RzStatusPane.
    Regards,
    Eddy

    object RzStatusPane1: TRzStatusPane
    Left = 0
    Top = 0
    Width = 177
    Height = 19
    FillColor = clRed
    ParentFillColor = False
    Transparent = False
    Align = alLeft
    Color = clAqua
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clLime
    Font.Height = -12
    Font.Name = ‘Segoe UI’
    Font.Style = []
    ParentColor = False
    ParentFont = False
    Alignment = taCenter
    Caption = ‘Hello’
    end