Share via


SelectionList.IsMultiSelect プロパティ

定義

SelectionList で複数項目の選択が許可されている場合は true を返します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

public:
 property bool IsMultiSelect { bool get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public bool IsMultiSelect { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.IsMultiSelect : bool
Public ReadOnly Property IsMultiSelect As Boolean

プロパティ値

SelectionList で複数選択を使用できる場合は true。それ以外の場合は false

属性

注釈

複数選択 SelectionListを作成するには、そのプロパティを SelectTypeListSelectType.MultiSelectListBox設定します。

適用対象

こちらもご覧ください