Share via


IExpressionEditorInstance.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

プロパティ値

式エディターが Return キーを受け付ける場合は true。それ以外の場合は false

適用対象