This question is locked. New answers and comments are not allowed.
Hi, I'm calling the RadWindow.Confirm in code behind but for some reason I can't set the theme of the confirm box, this is what I've tried so far -
I've also searched the forums / help files and can't find a solution or see why the above will not work.
Many thanks!
Dim
radWindow
As
New
RadWindow()
StyleManager.SetTheme(radWindow,
New
Windows7Theme())
RadWindow.Confirm(
"Do you want to save changes?"
,
AddressOf
OnSaveDialogClosed)
I've also searched the forums / help files and can't find a solution or see why the above will not work.
Many thanks!