When changed System Font to be extra large font how can I get the width of the text of comboboxtool?
There is nothing exposed on the tool which will get this width automatically. You would have to manually calculate this by using a call to MeasureString on a Graphics object.