TextChange.AddedLength 属性

定义

获取或设置已添加到控件中的符号数。

public:
 property int AddedLength { int get(); };
public int AddedLength { get; }
member this.AddedLength : int
Public ReadOnly Property AddedLength As Integer

属性值

已添加到控件中的符号数。

注解

.NET Framework 版本 3.5 中引入了 TextChange。 有关详细信息,请参阅 版本和依赖项

适用于