BCGSuite for MFC
virtual BOOL CBCGPEditCtrl::InsertTab ( BOOL  bRedraw,
int  nInsertFrom,
BOOL  bSetCaret = TRUE 
)
virtual

Inserts the tabulation into the edit control at the specific text buffer offset.

Returns
Nonzero if the function succeeds; otherwise 0.
Parameters
bRedrawSpecifies whether the edit control should be redrawn (TRUE) or not (FALSE).
nInsertFromSpecifies the zero-based offset in the editor text buffer.
bSetCaretIf TRUE the caret will be moved to the new location specified by the "nInsertFrom" parameter.