OnUndoChange Event

[Top]  [Chapter]  [Previous]  [Next]

Member of WPDLLInt

Declaration C#

OnUndoChange(Object Sender, int Editor, int Flags)

 

Declaration OCX

OnUndoChange(ByVal Editor As Long, ByVal Flags As Long)

 

This event is triggered to let you change the enabled state of menu items which execute the Undo / Redo methods.

 

Parameter "Flags" is a bitfield:

bit 1 : text is selected

bit 2 : undo is possible

bit 3 : redo is possible

Category

Display Status Information


[idh_wpdllint_onundochange.htm]    Copyright © 2007 by WPCubed GmbH