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 1 つとして指定します。

適用対象

こちらもご覧ください