BindingSource.AllowEdit 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出基礎清單中的項目是否可以編輯。
public:
virtual property bool AllowEdit { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool AllowEdit { get; }
[<System.ComponentModel.Browsable(false)>]
member this.AllowEdit : bool
Public Overridable ReadOnly Property AllowEdit As Boolean
屬性值
true
表示可以編輯清單項目,否則為 false
。
實作
- 屬性
備註
屬性 AllowEdit 通常由其他元件用來判斷是否允許編輯清單中的專案。