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
要搜索的位置。
返回
位于指定位置的从零开始的字符索引。