Dim palette As NPalette = New NUIPalette()palette.Style3D = Style3D.Light3Dpalette.Scheme = ColorScheme.WindowsDefaultpalette.UseThemes = False
What is useThemes for?
NUIManager.SetPredefinedFrame(PredefinedFrame.Office2007Blue)
Another line i do not konw what it does is SetPredefinedFrame.
Hi JSW W.,
UseThemes specifies whether a renderer should use system themes if the current color scheme is ColorScheme.WindowsDefault.
For more info take a look in this topic in the documentation.
Info about custom frames you can find in the following topic in our documentation.
http://help.nevron.com/dotnetvision/UsersGuide_CustomForms_Predefined_Frames.html
Regards,
Angel.