Help Center

CRichEditCtx.SetDefaultTabStopmethod

Windowsmethoddocumented

Syntax

FUNCTION SetDefaultTabStop (BYVAL Value AS SINGLE = 36.0) AS HRESULT
Also documented as DefaultTabStop — one description covers them all.

Parameters

NameDescription
ValueNew default tab setting, in floating-point points. Default value is 36.0 points, that is, 0.5 inches.

Description

Gets/sets the default tab width. Default value is 36.0 points, that is, 0.5 inches.

Remarks

The default tab width is used whenever no tab exists beyond the current display position. The default width is given in floating-point points.

Example

(GET) PROPERTY DefaultTabStop () AS SINGLE (SET) PROPERTY DefaultTabStop (BYVAL Value AS SINGLE)

Reference

  • Defined in AfxNova/CRichEditCtx.inc:4397
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
  • Topic: CRichEditCtx Class