Returns the insets from the edit box's edges which determine its interactive text area

Signature:

left, right, top, bottom = EditBox:GetTextInsets()

Returns:

  • left - Distance from the left edge of the edit box to the left edge of its interactive text area (in pixels) (number)
  • right - Distance from the right edge of the edit box to the right edge of its interactive text area (in pixels) (number)
  • top - Distance from the top edge of the edit box to the top edge of its interactive text area (in pixels) (number)
  • bottom - Distance from the bottom edge of the edit box to the bottom edge of its interactive text area (in pixels) (number)