2014 dxdy logo

Научный форум dxdy

Математика, Физика, Computer Science, Machine Learning, LaTeX, Механика и Техника, Химия,
Биология и Медицина, Экономика и Финансовая Математика, Гуманитарные науки




 
 RichTextBox
Сообщение15.02.2010, 09:39 
Существует ли версия RichTextBox(MS Windows), которая поддерживает табуляцию(возможность изменения длины табуляции ) ?

 
 
 
 Re: RichTextBox
Сообщение15.02.2010, 12:14 
MSDN учит нас, что стандартный Rich Edit поддерживает установку позиций табуляции (начиная с версии 3.0):
MSDN на странице писал(а):
EM_SETTABSTOPS Message

The EM_SETTABSTOPS message sets the tab stops in a multiline edit control. When text is copied to the control, any tab character in the text causes space to be generated up to the next tab stop.

This message is processed only by multiline edit controls. You can send this message to either an edit control or a rich edit control.
...
Remarks
...
Rich Edit: Supported in Microsoft Rich Edit 3.0 and later. For information about the compatibility of rich edit versions with the various system versions, see About Rich Edit Controls.


 
 
 [ Сообщений: 2 ] 


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group