MaskedTextBox.GetFirstCharIndexFromLine(Int32) 方法

定义

检索给定行第一个字符的索引。 MaskedTextBox 不支持此方法。

public:
 int GetFirstCharIndexFromLine(int lineNumber);
public int GetFirstCharIndexFromLine (int lineNumber);
override this.GetFirstCharIndexFromLine : int -> int
Public Function GetFirstCharIndexFromLine (lineNumber As Integer) As Integer

参数

lineNumber
Int32

未使用此参数。

返回

Int32

此方法将始终返回 0。

注解

该方法 GetFirstCharIndexFromLine 继承自基 TextBoxBase 类。 但是,由于 MaskedTextBox 控件不支持多行配置,因此不支持此方法。

适用于

另请参阅