TextChange.AddedLength 属性

定义

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

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

属性值

已添加到控件的符号数。

注解

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

适用于