Measures the dimensions of the item text.
A Size structure that represents the dimensions of the text.
This method measures the dimensions of text as it would be drawn on the graphics surface.
MeasureText uses GDI to measure, whereas Graphics.MeasureString uses GDI+). DrawText also uses GDI, so if you use DrawText, be sure to use MeasureText to measure, since GDI and GDI+ will return different dimensions for the same text.
MeasureItemEventArgs Class | Skybound.AutoComplete Namespace | MeasureItemEventArgs.MeasureText Overload List