Unicode Controls & Classes for VB6 - Version 4

ctlUniTextCodeHighlight.Undo_AutoManageMenu Method

Gives the control the ability to manage your Undo/Redo menu in an automatic way.

Syntax
Public Sub Undo_AutoManageMenu (ByRef oMnuUndo As Object, _
ByRef oMnuRedo As Object)
Parameters
Parameter Description
ByRef oMnuUndo As Object The Undo menu item on your form
ByRef oMnuRedo As Object The Redo menu item on your form
Remarks