MaskedTextBox.GetFirstCharIndexOfCurrentLine 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取目前這行第一個字元的索引。 MaskedTextBox 不支援這個方法。
public:
int GetFirstCharIndexOfCurrentLine();
public int GetFirstCharIndexOfCurrentLine ();
override this.GetFirstCharIndexOfCurrentLine : unit -> int
Public Function GetFirstCharIndexOfCurrentLine () As Integer
傳回
這個方法一定會傳回 0。
備註
方法 GetFirstCharIndexOfCurrentLine 繼承自基 TextBoxBase 類。 不過,因為 MaskedTextBox 控制項不支援多行組態,所以不支援此方法。