Share via


MaskedTextBox.GetFirstCharIndexOfCurrentLine Metoda

Definice

Načte index prvního znaku aktuálního řádku. Tato metoda není podporována nástrojem MaskedTextBox.

public:
 int GetFirstCharIndexOfCurrentLine();
public int GetFirstCharIndexOfCurrentLine ();
override this.GetFirstCharIndexOfCurrentLine : unit -> int
Public Function GetFirstCharIndexOfCurrentLine () As Integer

Návraty

Tato metoda vždy vrátí hodnotu 0.

Poznámky

Metoda GetFirstCharIndexOfCurrentLine je zděděna ze základní TextBoxBase třídy. Vzhledem k MaskedTextBox tomu, že ovládací prvek nepodporuje víceřádkovou konfiguraci, není tato metoda podporována.

Platí pro

Viz také