ToolStripTextBox.GetCharIndexFromPosition(Point) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取最接近指定位置之字元的索引。
public:
int GetCharIndexFromPosition(System::Drawing::Point pt);
public int GetCharIndexFromPosition (System.Drawing.Point pt);
member this.GetCharIndexFromPosition : System.Drawing.Point -> int
Public Function GetCharIndexFromPosition (pt As Point) As Integer
參數
- pt
- Point
要搜尋的位置。
傳回
指定位置處的以零為起始的字元索引。
備註
這個方法會傳回最接近 參數中所指定位置的 pt
字元索引。 字元索引是 控制項中文字以零起始的索引,包括空格。 您可以使用這個方法,藉由將滑鼠座標傳遞至此方法,來判斷使用者在文字中將滑鼠移至何處。 如果您想要在滑鼠指標停留在控制項文字中的單字上方時執行工作,這非常有用。