DontMoveChildren cell (Group Properties section)
Determines whether you can drag shapes in a group using the mouse.
Value |
Description |
TRUE |
Don't allow shapes in a group to be dragged using the mouse. |
FALSE |
Allow shapes in a group to be dragged using the mouse. |
Remarks
When the value of this cell is TRUE, you can still flip, rotate, resize, or reposition shapes in groups using other methods.
The value of this cell is TRUE for groups in masters and groups in instances of masters that were created in versions of Microsoft Visio earlier than Visio 2000.
To reference the DontMoveChildren cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
DontMoveChildren |
To reference the DontMoveChildren cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowGroup |
Cell index: |
visGroupDontMoveChildren |