APNSoft - Web Controls, components for ASP.NET Home Help Center Contact Us
About UsProductsDownloadsPurchase
Support

ComboBox
Version 1.5



What's New
Overview
Features
Reference Book
Licensing
Support



Design
Layout and Behavior
Programming



  1. Main Item Default text.

    Specifies the text if no items are selected from the DropDown List. To define the default text, you need to use the DefaultText property.

  2. Main Item border.

    Specified by the .MainItemTable class in the CSS File.

    	.MainItemTable
    	{
    	  border:#7f9db9 1px solid;
    	  padding:1px;
    	  cursor:default;
    	  background:#D9D9D9 url(./Images/BgImage/BgImage.jpg);
    	}
    

  3. Main Item background.

    Specified by the .MainItemTable class in the CSS File.

    	.MainItemTable
    	{
    	  border:#7f9db9 1px solid;
    	  padding:1px;
    	  cursor:default;
    	  background:#D9D9D9 url(./Images/BgImage/BgImage.jpg);
    	}
    

  4. Separator.

    Use node separator in the XML Structure File.

  5. Main Arrow.

    To define the Main Arrow, you need to use MainArrow and MainArrowActive properties.

  6. Slider Arrow Up.

    To define the Slider Arrow Up, you need to use SliderArrowUp and SliderArrowUpActive properties.

  7. Slider Ruler.

    To define the Slider Ruler, you need to use SliderRuler and SliderRulerActive properties.

  8. Slider Background.

    Specified by the .SliderTable class in the CSS File.

    	.SliderTable
    	{
    	  background-color:silver;
    	  background:silver url(./Images/Classic/SliderBg.gif);
    	}
    

  9. Slider Arrow Down.

    To define the Slider Arrow Down, you need to use SliderArrowDown and SliderArrowDownActive properties.

  10. Background for the Selected Item.

    Specified by the .ListItemTd and .ListItemTdActive classes in the CSS File.

    	.ListItemTd
    	{
    	  padding:3px;
    	}
    
    	.ListItemTdActive
    	{
    	  padding:2px;
    	  border-left:solid 1px #eaeaea;
    	  border-top:solid 1px #eaeaea;
    	  border-right:solid 1px #515151;
    	  border-bottom:solid 1px #515151;
    	  background-color:navy;
    	}
    

  11. Background for the DropDown List.

    Specified by the .ListDIV class in the CSS File.

    	.ListDIV
    	{
    	  border-left:solid 2px #eaeaea;
    	  border-top:solid 2px #eaeaea;
    	  border-right:solid 2px gray;
    	  border-bottom:solid 2px gray;
    	  background:#D9D9D9 url(./Images/BgImage/BgImage.jpg);
    	}
    

  12. ComboBox Item.

    Use item node in the XML Structure File.

  13. Blank space in pixels at the left side of the Item.

    Use leftSpan node attribute in the XML Structure File.

  14. Border for the DropDown List.

    Specified by the .ListDIV class in the CSS File.

    	.ListDIV
    	{
    	  border-left:solid 2px #eaeaea;
    	  border-top:solid 2px #eaeaea;
    	  border-right:solid 2px gray;
    	  border-bottom:solid 2px gray;
    	  background:#D9D9D9 url(./Images/BgImage/BgImage.jpg);
    	}
    

  15. Background for the Selected Item (Text only).

    Specified by the .ListItemTextTd and .ListItemTextTdActive classes in the CSS File.

    	.ListItemTextTd
    	{
    	  padding-right:2px;
    	  padding-left:2px;
    	  font-size:11px;
    	  font-family:arial,verdana;
    	}
    
    	.ListItemTextTdActive
    	{
    	  padding-right:2px;
    	  padding-left:2px;
    	  font-size:11px;
    	  color:white;
    	  font-family:arial,verdana;
    	  background-color:#316ac5;
    	}
    

  16. Item Icon.

    Use icon, iconWidth and iconHeight node attributes in the XML Structure File.

  17. Default Icon.

    The Icon while no items are selected from the DropDown List. To define the Default Icon, you need to use the DefaultIcon property.





  © 2003-2008 APNSoft. All rights reserved. Table of Contents   Terms of use   Contact Us   Help Center