다음을 통해 공유


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.NETMobile 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
특성

필드

Name Description
DropDown 0

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

ListBox 1

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

Radio 2

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

MultiSelectListBox 3

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

CheckBox 4

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

설명

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

적용 대상

추가 정보