ListSelectType 열거형

정의

주의

The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.

선택 목록 UI가 표시되는 방법을 지정합니다. 이 클래스는 상속될 수 없습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public enum class ListSelectType
public enum ListSelectType
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public enum ListSelectType
type ListSelectType = 
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type ListSelectType = 
Public Enum ListSelectType
상속
ListSelectType
특성

필드

CheckBox 4

확인란 및 다중 선택 기능을 포함하는 목록 항목을 렌더링합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

DropDown 0

목록 항목을 드롭다운 목록 상자에 렌더링합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

ListBox 1

목록 항목을 목록 상자에 렌더링합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

MultiSelectListBox 3

목록 항목을 다중 선택 기능을 포함하는 목록 상자에 렌더링합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

Radio 2

목록 항목을 옵션으로 렌더링합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

설명

ListSelectType 열거형은 선택 목록을 렌더링할 방식을 컨테이너에 있는 드롭다운 목록 상자, 목록 상자, 옵션 (라디오 단추)의 집합을 나타냅니다. ASP.NET에서의 값을 지정 하는 SelectType 속성 중 하나로 ListSelectType 열거형 값입니다.

적용 대상

추가 정보