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

このパラメーターは使用されません。

返品

このメソッドは常に 0 を返します。

注釈

GetFirstCharIndexFromLine メソッドは、基本TextBoxBase クラスから継承されます。 ただし、 MaskedTextBox コントロールは複数行構成をサポートしていないため、このメソッドはサポートされていません。

適用対象

こちらもご覧ください