APNSoft.com - Web Controls, components for ASP.NET
 About Us 
 Articles 
 Products
 Downloads 
 Purchase
 Support

ComboBox
Controls Suite 4.5


Overview
Features
Reference Book
Component Parts
Deployment
Defining the Structure
Appearance Customization
Server-side API
Live Demos




  1. Main Item.
    Customized via Skin's CSS Style classes:
    .MainItemTABLE{} .MainItemTD{}

  2. Main Icon.
    Specifies the default icon or icon of selected item. To define the default icon, you need to use the DefaultIcon property. The image file must be located in the Skin Folder.

  3. Main Text.
    Specifies the default text or text of selected item. To define the default text, you need to use the DefaultText property.

  4. Main Arrow.
    Specified by the images in the Skin Folder:
    MainArrow.gif MainArrowActive.gif

  5. The DropDown List.
    Customized via Skin's CSS Style classes:
    .ListDIV{} .ListTABLE{}

  6. Item in the DropDown List.
    Presented by the item node in the XML Structure. Customized via Skin's CSS Style classes:
    .ListItemTD{} .ListItemHoveredTD{} .ListItemSelectedTD{}

  7. The blank space of the Item.
    Customized via leftSpan node attribute in the XML Structure.

  8. Icon of Item in the DropDown List.
    Presented by the icon and iconOver node attributes in the XML Structure. The images must be located in the Skin Folder.

  9. Text of Item in the DropDown List.
    Presented by the title node attribute in the XML Structure. Customized via .ListItemTextTD{} class in the Skin's CSS Style.

  10. Separator in the DropDown List.
    Presented by the separator node in the XML Structure. Customized via Skin's CSS Style classes:
    .ListSeparatorTD{} .ListSeparatorSpaceTD{}

  11. Slider.
    Customized via .SliderTABLE{} class in the Skin's CSS Style.

  12. Slider's Arrow Up.
    Specified by the images in the Skin Folder:
    SliderArrowUp.gif SliderArrowUpActive.gif

  13. Slider's Ruler.
    Specified by the images in the Skin Folder:
    SliderRuler.gif SliderRulerActive.gif

  14. Slider's Arrow Down.
    Specified by the images in the Skin Folder:
    SliderArrowDown.gif SliderArrowDownActive.gif





© 2003-2024 APNSoft. All rights reserved.    Terms of use.