共用方式為


ExpressionTextBox.IsReadOnly 屬性

定義

取得或設定值,這個值表示運算式文字方塊是否為唯讀。

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

屬性值

Boolean

true 如果 [運算式] 文字方塊是唯讀的;否則為 false

適用於