CTextDocument2.Undomethod
Performs a specified number of undo operations.
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
| Name | Description | |
|---|---|---|
Count | The 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
- Documented in Windows/WIndows Controls/RichEdit/CTextDocument2 Class.md
- Topic: CTextDocument2 Class