Help Center

CTextDocument2.Undomethod

Performs a specified number of undo operations.

Windowsmethoddoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Syntax

FUNCTION Undo (BYVAL Count AS LONG) AS LONG

Parameters

NameDescription
CountThe specified number of undo operations. If the value of this parameter is tomFalse, undo processing is suspended. If this parameter is tomTrue, undo processing is restored.

Return value

The actual count of undo operations performed.

Description

Performs a specified number of undo operations.

Reference