Changing tab [\t] size in TextBox control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

How can I change the default number of char the caret will move in a
multiline TextBox control when a Tab char (\t) is written.

Hugo
 
How can I change the default number of char the caret will move in a
multiline TextBox control when a Tab char (\t) is written.

In MFC it's CEdit::SetTabStops, in raw SDK it's EM_SETTABSTOPS - I
assume it'll be something similar in the .Net framework.

Dave
 
Back
Top