R
rafi qadri
HI
I am right now working on Viso Activex Control in dot net . I am trying
to implement "Undo for Moving Object" .
I have used the following functions but its unable to Undo the action when
the object is moved . The undo functionality is only working on Adding ,
Deleteing an object but not on Moving object
VisioApp.Undo()
VisioApp.DoCmd(VisUICmds.visCmdEditUndo)
VisioApp.DoCmd(VisUICmds.visCmdEditUndoMultiple)
Regards
I am right now working on Viso Activex Control in dot net . I am trying
to implement "Undo for Moving Object" .
I have used the following functions but its unable to Undo the action when
the object is moved . The undo functionality is only working on Adding ,
Deleteing an object but not on Moving object
VisioApp.Undo()
VisioApp.DoCmd(VisUICmds.visCmdEditUndo)
VisioApp.DoCmd(VisUICmds.visCmdEditUndoMultiple)
Regards