MaskedTextBox.GetCharIndexFromPosition(Point) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取最接近指定位置之字元的索引。
public:
override int GetCharIndexFromPosition(System::Drawing::Point pt);
public override int GetCharIndexFromPosition (System.Drawing.Point pt);
override this.GetCharIndexFromPosition : System.Drawing.Point -> int
Public Overrides Function GetCharIndexFromPosition (pt As Point) As Integer
參數
- pt
- Point
要搜尋的位置。
傳回
指定位置處的以零為起始的字元索引。