This is a migrated thread and some comments may be shown as answers.

URGENT - CHANGE BACKGROUND COLOR OF CUSTOMIZED WINDOW FOR MESSAGE BOX

1 Answer 94 Views
Window
This is a migrated thread and some comments may be shown as answers.
Asish
Top achievements
Rank 1
Asish asked on 10 Dec 2010, 08:13 AM
Hi
I am using Windows XP.I want to change the blue color around my customized window used as a message box.I want that blue color to be replaced by some glassy color as it is in vista or windows 7.please help me out in changing that blue color around it  as soon as possible.

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 11 Dec 2010, 12:38 PM
Hi Asish,

I would suggest you to set an implicit style for the RadWindow in the Application resources and define a color for the ModalBackground property. For example:

<Application.Resources>
        <Style TargetType="telerik:RadWindow">
            <Setter Property="ModalBackground" Value="Aqua" />
        </Style>
    </Application.Resources>

I hope this helps.
  


Kind regards,
George
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
Tags
Window
Asked by
Asish
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or