Drag&Drop in Word

How I can disable Drag&Drop in Word 2007.
In word document I have some Contents controls and I want that user can't change position of this controls.
[159 byte] By [radiorus] at [2007-12-28]
# 1

Hi Rus

Application.Options.AllowDragAndDrop = False

However, this does apply to the entire application, so it might make sense to use a couple of events to turn this on/off, as appropriate.

CindyMeister at 2007-9-4 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 2
Yes !!! It's work.
Thank for your help.
radiorus at 2007-9-4 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...