ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









ListSelectTypeserializable

System.Web.UI.MobileControls (system.web.mobile.dll)enum

This enumeration is used in conjunction with the
SelectionList.IsMultiSelect property. It allows
you to define how the list should be rendered. Several styles are
supported, depending on the device. If you need multi-select
capability, you can use the CheckBox or
MultipleSelectionListBox style. If you want a
single-select list, you can use DropDown,
ListBox, or Radio.

public enum 

ListSelectType {

DropDown = 0 ,

ListBox = 1 ,

Radio = 2 ,

MultiSelectListBox = 3 ,

CheckBox = 4
}



Hierarchy


System.Object
System.ValueType
System.Enum(System.IComparable,
System.IFormattable
,
System.IConvertible)
ListSelectType

Returned By


SelectionList.SelectType

Passed To


SelectionList.SelectType


/ 873