DrawingLockType
type DrawingLockType = noGrp | noUngrp | noSelect | noRot | noChangeAspect | noMove | noResize | noEditPoints | noAdjustHandles | noChangeArrowheads | noChangeShapeType | noDrilldown | noTextEdit | noCrop | txBox
Description
This type specifies the type of drawing lock.
Try It
var bLockValue = oDrawing.GetLockValue("noSelect");