| HtmlDropDownList |
|
Dropdown list capable of displaying html and pictures. HtmlDropDownList is initialized by a HtmlListItem set with initialized Text property (any HTML) and Value property (element value). In case of selecting any element the box will display the Text property HTML. BoxText property can also be initialized. In this case if an element is selected then the box will display the BoxText property HTML. However, the dropdown list will display the Text property HTML. Element dropdown list can layer up or down (LayerToTop property). Box also has the ability to always display a constant HTML, entered into the GeneralBoxText property, disregarding selected elements. |