次の方法で共有


CheckedListBox.CheckedIndexCollection.IsReadOnly プロパティ

コレクションが読み取り専用かどうかを示す値を取得します。

Public Overridable ReadOnly Property IsReadOnly As Boolean  _   Implements IList.IsReadOnly
[C#]
public virtual bool IsReadOnly {get;}
[C++]
public: __property virtual bool get_IsReadOnly();
[JScript]
public function get IsReadOnly() : Boolean;

プロパティ値

常に true

実装

IList.IsReadOnly

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

CheckedListBox.CheckedIndexCollection クラス | CheckedListBox.CheckedIndexCollection メンバ | System.Windows.Forms 名前空間