Exemplo n.º 1
0
        public override void OnChildrenLoaded()
        {
            // Get the dropdown:
            Dropdown=GetParentByTagName("select") as HtmlSelectElement;

            if(Selected && Dropdown!=null){
                // Tell the select:
                Dropdown.SetSelected(this);
            }
        }