public static void Pad(this TextBoxBase textBox, int left, int top, int right, int bottom) { textBox.Pad(new Rectangle(left, top, right, bottom)); }