ExpressionTextBox.AcceptsReturn 属性

定义

获取或设置一个值,指示表达式文本框是否接受 Return 键。

public:
 property bool AcceptsReturn { bool get(); void set(bool value); };
public bool AcceptsReturn { get; set; }
member this.AcceptsReturn : bool with get, set
Public Property AcceptsReturn As Boolean

属性值

如果接受返回,则为 true;否则为 false

适用于