TextBoxBase.IsReadOnly 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定文字編輯控制項與使用者互動時是否為唯讀的值。
public:
property bool IsReadOnly { bool get(); void set(bool value); };
public bool IsReadOnly { get; set; }
member this.IsReadOnly : bool with get, set
Public Property IsReadOnly As Boolean
屬性值
如果文字編輯控制項的內容對使用者是唯讀的,即為 true
;否則,使用者就可以修改文字編輯控制項的內容。 預設值是 false
。
備註
這個值只會影響與控制項互動的使用者。 文字編輯控制項的內容一律可以程式設計方式修改。
相依性屬性資訊
識別碼欄位 | IsReadOnlyProperty |
設定為 的中繼資料屬性 true |
Inherits |