Notifications
Clear all

[Closed] Maxscript DevExpress XtraForm Skin

Hi to everyone, i’m looking for a way to Change the Skin on a Xtraform.
I’ve write a small exemple.
it’s change the Form skin by the default “DevExpress Style”. i sucessully load some skin and get them name
but how to change Skin by another ?

--LOADING SKINS
(dotNetObject "DevExpress.LookAndFeel.DefaultLookAndFeel").EnableBonusSkins = true
(dotNetClass "DevExpress.LookAndFeel.UserLookAndFeel.default").setskinStyle "DevExpress Dark Style"

--FORM CREATION 
MyForm= dotnetobject "DevExpress.XtraEditors.XtraForm" 
MyForm.Show()

If anyone know