Protection
Protection class
Locking helps prevent inadvertent changes to the shape but does not prevent Microsoft Visio from resetting values in other circumstances. It also does not protect against changes made in the ShapeSheet window.
Methods
| Name | Description |
|---|---|
| getDel() | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| getLockAspect() | Specifies whether the aspect ratio of the shape is locked. If locked, the shape can only be sized proportionally; it can |
| getLockBegin() | Specifies whether the begin point of a 1-D shape is locked to a specific location. |
| getLockCalcWH() | Specifies whether a shape’s selection rectangle is locked so it cannot be recalculated when a vertex is edited or an ele |
| getLockCrop() | Specifies whether a foreign object is locked against being cropped with the Crop tool in Microsoft Visio. |
| getLockCustProp() | Determines whether the user can add, delete, or modify custom properties in the user interface (UI) by using the Define |
| getLockDelete() | Specifies whether a shape is locked against being deleted. |
| getLockEnd() | Specifies whether the end point of a 1-D shape is locked to a specific location. |
| getLockFormat() | Specifies whether the formatting of a shape is locked so it cannot be changed. Specifically, this element protects again |
| getLockFromGroupFormat() | Allows a subshape to block formatting changes that get applied to a parent group shape in the Visio user interface and w |
| getLockGroup() | Specifies whether a group is locked so that it cannot be ungrouped. |
| getLockHeight() | Specifies whether the height of the shape is locked. If locked, its height remains unchanged when the shape is resized. |
| getLockMoveX() | Specifies whether the horizontal position of the shape is locked so that it cannot be moved horizontally. |
| getLockMoveY() | Specifies whether the vertical position of the shape is locked so that it cannot be moved vertically. |
| getLockRotate() | Specifies whether the shape is locked against being rotated with the Rotation tool or the Rotate Left or Rotate Right co |
| getLockSelect() | Specifies whether a shape’s selection rectangle is locked so it cannot be recalculated when a vertex is edited or an ele |
| getLockTextEdit() | Specifies whether the text of a shape is locked so that it cannot be edited. However, the text may still be formatted by |
| getLockThemeColors() | Prevents users from applying theme colors to the shape. |
| getLockThemeEffects() | Prevents users from applying theme effects to the shape. |
| getLockVtxEdit() | Specifies whether the vertices of a shape are locked so that they cannot be edited with any tools on the toolbar. |
| getLockWidth() | Specifies whether the width of the shape is locked so that it remains unchanged when the shape is resized. |
| setDel() | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
getDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
getLockAspect()
Specifies whether the aspect ratio of the shape is locked. If locked, the shape can only be sized proportionally; it cannot be sized in a single dimension.
getLockBegin()
Specifies whether the begin point of a 1-D shape is locked to a specific location.
getLockCalcWH()
Specifies whether a shape’s selection rectangle is locked so it cannot be recalculated when a vertex is edited or an element type is changed in the Geom element.
getLockCrop()
Specifies whether a foreign object is locked against being cropped with the Crop tool in Microsoft Visio.
getLockCustProp()
Determines whether the user can add, delete, or modify custom properties in the user interface (UI) by using the Define Custom Properties dialog box.
getLockDelete()
Specifies whether a shape is locked against being deleted.
getLockEnd()
Specifies whether the end point of a 1-D shape is locked to a specific location.
getLockFormat()
Specifies whether the formatting of a shape is locked so it cannot be changed. Specifically, this element protects against changing text, line, and fill formatting, or changing which Style element the shape inherits from.
getLockFromGroupFormat()
Allows a subshape to block formatting changes that get applied to a parent group shape in the Visio user interface and would otherwise cascade down to individual group shapes.
getLockGroup()
Specifies whether a group is locked so that it cannot be ungrouped.
getLockHeight()
Specifies whether the height of the shape is locked. If locked, its height remains unchanged when the shape is resized.
getLockMoveX()
Specifies whether the horizontal position of the shape is locked so that it cannot be moved horizontally.
getLockMoveY()
Specifies whether the vertical position of the shape is locked so that it cannot be moved vertically.
getLockRotate()
Specifies whether the shape is locked against being rotated with the Rotation tool or the Rotate Left or Rotate Right commands in Microsoft Visio.
getLockSelect()
Specifies whether a shape’s selection rectangle is locked so it cannot be recalculated when a vertex is edited or an element type is changed in the Geom element.
getLockTextEdit()
Specifies whether the text of a shape is locked so that it cannot be edited. However, the text may still be formatted by applying a style, using the Style options on the Font tab of the Text dialog box.
getLockThemeColors()
Prevents users from applying theme colors to the shape.
getLockThemeEffects()
Prevents users from applying theme effects to the shape.
getLockVtxEdit()
Specifies whether the vertices of a shape are locked so that they cannot be edited with any tools on the toolbar.
getLockWidth()
Specifies whether the width of the shape is locked so that it remains unchanged when the shape is resized.
setDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.