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

属性值

注解

在改写模式中,键入的字符逐一替代已有的字符。 如果改写模式没有被激活,则键入的字符将已有文本右移。

适用于