IExpressionEditorInstance.AcceptsReturn 属性
定义
获取或设置一个值,指示表达式编辑器实例是否接受 RETURN 键。Gets or sets a value that indicates whether the expression editor instance accepts the RETURN key.
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
属性值
如果表达式编辑器实例接受 RETURN 键,则为 true;否则为 false。true if the expression editor accepts the RETURN key; otherwise, false.