Draws text in the specified bounds with the option of displaying disabled text.
dc The System.Drawing.IDeviceContext used to draw the text.bounds A System.Drawing.Rectangle in which to draw the text.textToDraw The text to draw.drawDisabled true to draw grayed-out text; otherwise, false.