ListSelectType 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。
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
- 継承
- 属性
フィールド
名前 | 値 | 説明 |
---|---|---|
CheckBox | 4 | リスト項目を複数項目の選択が可能な一連のチェック ボックスとしてレンダリングします。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。 |
DropDown | 0 | リスト項目をドロップダウン リスト ボックス内にレンダリングします。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。 |
ListBox | 1 | リスト項目をリスト ボックス内にレンダリングします。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。 |
MultiSelectListBox | 3 | リスト項目を複数項目の選択が可能なリスト ボックス内にレンダリングします。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。 |
Radio | 2 | リスト項目をオプション ボタンとしてレンダリングします。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。 |
注釈
列挙体は ListSelectType 、ドロップダウン ボックス、リスト ボックス、一連のオプション (ラジオ ボタン) などとして、選択リストをコンテナーにレンダリングする方法を表します。 ASP.NET では、 プロパティの値を SelectType 列挙値の ListSelectType 1 つとして指定します。
適用対象
こちらもご覧ください
.NET