MaskedTextBox.GetFirstCharIndexFromLine(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索给定行第一个字符的索引。 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
未使用此参数。
返回
此方法将始终返回 0。
注解
该方法 GetFirstCharIndexFromLine 继承自基 TextBoxBase 类。 但是,由于 MaskedTextBox 控件不支持多行配置,因此不支持此方法。