CEditView::SetTabStops

Call this member function to set the tab stops used for display and printing. Only a single tab-stop width is supported. (CEdit objects support multiple tab widths.) Widths are in dialog units, which equal one-fourth of the average character width (based on uppercase and lowercase alphabetic characters only) of the font used at the time of printing or displaying. You should not use CEdit::SetTabStops because CEditView must cache the tab-stop value.

Syntax

void SetTabStops( int nTabStops );

At a Glance

Header File Afxext.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CEditView Overview, CEditView Member Functions, View Classes, CWnd::SetFont