Help Center

CRichEditCtx.GetPropertymethod

Gets the value of a property.

Windowsmethoddocumented

Syntax

FUNCTION GetProperty (BYVAL nType AS LONG) AS LONG

Parameters

NameDescription
nTypeThe identifier of the property to retrieve. It can be one of the following property IDs: tomCanCopy, tomCanRedo, tomCanUndo, tomDocMathBuild, tomMathInterSpace, tomMathIntraSpace, tomMathLMargin, tomMathPostSpace, tomMathPreSpace, tomMathRMargin, tomMathWrapIndent, tomMathWrapRight, tomUndoLimit, tomEllipsisMode, tomEllipsisState.

Return value

The value of the property.

Description

Retrieves the value of a property.

Reference

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