Can anyone tell me what part on the String class that provide this 3 dots (...) at the end of the string if the region of a control is shorter than the length of the string.
i.e lblOutput.Text = "You have some long text here.";
i want to output in a label like this
---------------------------
| You have some long... |
---------------------------