APNSoft Controls [4.5.2.20]
ComboBox > Appearance Customization


APNSoft ComboBox supports easy appearance customization through Skins. A Skin is a folder that contains one CSS Style (Style.CSS) and a set of images:



ComboBox consists of the elements: Main Item, DropDown List, List items, icons, separators, etc. Each ComboBox element corresponds to an image or CSS class. Images and CSS classes have the predefined names. During customization you can change contents of these images/classes.

To link the control with Skin, use the SkinFolder property:

<APNSoft:APNSoftComboBox id="myComboBox" runat="server"
    SkinFolder = "~/Skins/GrayScale/" />


The collection of ready-to-use skins is included in installer. ComboBox has a default Skin to see the result immediately.