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 サポートしていないため、このメソッドはサポートされていません。

適用対象

こちらもご覧ください