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.
Entries tagged with 'SendMessage' Articles and information on C# and .NET development topics
An article which describes a robust yet simple way to have custom text when using the LabelEdit functionality of a TreeView and working around the limitations of Windows Forms using C# along with the TVM_GETEDITCONTROL and WM_SETTEXT messages.