CRichEditCtx.SetUIANamemethod
Sets the maximum number of actions that can stored in the undo queue.
Syntax
FUNCTION SetUIAName (BYREF wszName AS WSTRING) AS DWORD
Parameters
| Name | Description | |
|---|---|---|
wszName | A WSTRING with the name. |
Return value
TRUE if the name for UIA is successfully set, otherwise FALSE.
Description
Sets the name of a rich edit control for UI Automation (UIA).
Reference
- Defined in AfxNova/CRichEditCtx.inc:3035
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class