MaskedTextBox.GetCharIndexFromPosition(Point) 方法

定义

检索距离指定位置最近的字符索引。

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

要搜索的位置。

返回

位于指定位置的从零开始的字符索引。

适用于

另请参阅