ExpressionTextBox.IsReadOnly 属性

定义

获取或设置一个值,指示表达式文本框是否是只读的。Gets or sets a value that indicates whether the expression textbox is read-only.

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 如果表达式文本框是只读的,则为; 否则为。否则为 falsetrue if the expression text-box is read-only; otherwise, false.

适用于