8 references to DropDown
System.Web.Mobile (8)
UI\MobileControls\Adapters\HtmlSelectionListAdapter.cs (2)
76
case ListSelectType.
DropDown
:
268
if(Control.SelectType == ListSelectType.
DropDown
&&
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicSelectionListAdapter.cs (2)
52
case ListSelectType.
DropDown
:
124
if(Control.SelectType == ListSelectType.
DropDown
&&
UI\MobileControls\Design\ListGeneralPage.cs (2)
258
case ListSelectType.
DropDown
:
363
selectionList.SelectType = ListSelectType.
DropDown
;
UI\MobileControls\SelectionList.cs (2)
437
DefaultValue(ListSelectType.
DropDown
),
446
return (o != null) ? (ListSelectType)o : ListSelectType.
DropDown
;