Notifications
Clear all
[Closed] Maxscript DevExpress XtraForm Skin
Mar 10, 2022 6:34 am
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