scripting:api:text-document:begin-undo-group

BeginUndoGroup

Method of ITextDocument

Start undo group or merge with previous

  • VARIANT_BOOL bMerge = VARIANT_FALSE (optional)
  • UINT nActionType = 0 (optional)
TextDocument.BeginUndoGroup(bMerge, nActionType);
TextDocument.BeginUndoGroup bMerge, nActionType
HRESULT hr = TextDocument.BeginUndoGroup(bMerge, nActionType);