Richtextbox has a function GetCharIndexFromPosition, which can be used to retrieves the index of the character nearest to the specified location.
But label has no such function, I am wondering if it is possible for it.
For example: given the position (0,200), and we want to get the char index "d" of the label.