Hi,
Is there a way to get the list of available built-in skins without referencing a SkinManager?
I understand that this will allow me to iterate through a SkinManager's list of skins:
However this won't work for us under certain situations because there may not be a SkinManager available when we need to find out if a skin still exists or not.
I tried to create a new RadSkinManager programmatically and then attempted to access its skin chooser, but the chooser comes back as an empty object.
Thank you for you help.
Is there a way to get the list of available built-in skins without referencing a SkinManager?
I understand that this will allow me to iterate through a SkinManager's list of skins:
Dim oChooser As RadComboBox = CType(oSkinManager.FindControl("SkinChooser"), RadComboBox)For Each Item As RadComboBoxItem In oChooser.Items...However this won't work for us under certain situations because there may not be a SkinManager available when we need to find out if a skin still exists or not.
I tried to create a new RadSkinManager programmatically and then attempted to access its skin chooser, but the chooser comes back as an empty object.
Thank you for you help.
