Private Sub Principal_Load(sender As Object, e As EventArgs) Handles MyBase.Load
DevExpress.UserSkins.BonusSkins.register()
SkinHelper.InitSkinPopupMenu(SeleccionaSkin)
End Sub
so far, apply the skin in a normal way, I do not know if using this method you can get the name of the selected skin, this in order to save the last one and apply it when starting the program again.
SelectSkin is a SkinBarSubItem