SelectionList.IsMultiSelect プロパティ

定義

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

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

プロパティ値

Boolean

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

属性

注釈

複数選択 SelectionListを作成するには、そのプロパティを SelectType ListSelectType.MultiSelectListBox.

適用対象

こちらもご覧ください