次の方法で共有


Options.Overtype プロパティ

定義

場合 上書き入力モードがアクティブな場合です。

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

プロパティ値

注釈

上書きモードの場合、入力する文字は既存の文字を一対一で置き換えます。 挿入モードの場合、文字を入力すると既存の文字は右に移動します。

適用対象