Setting tab stops in a Windows Forms TextBox control 25 May 2019 Richard Moss c# | winforms | SendMessage | pinvoke | textbox | EM_SETTABSTOPS 4 comments Files The Windows Forms TextBox control doesn't offer an out of the box method for setting tabstops within the control, this article describes how to achieve this via p/invoke. Continue Reading