Control colors of a groupbox

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jesper

    Control colors of a groupbox

    Hi,

    How can I control the colors of the heading and the frame of a groupbox
    control in .net 2.0

    Regards Jesper.
  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Control colors of a groupbox

    Jesper,

    You can set the ForeColor property on the GroupBox control to the color
    you want the border and text to be rendered in.

    Hope this helps.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Jesper" <Jesper@discuss ions.microsoft. com> wrote in message
    news:0B7FD46C-E929-4B40-B398-A8590A351518@mi crosoft.com...[color=blue]
    > Hi,
    >
    > How can I control the colors of the heading and the frame of a groupbox
    > control in .net 2.0
    >
    > Regards Jesper.[/color]


    Comment

    Working...