GraphicalObjectLockDrilldownLocked Property |
Determines whether selecting subshapes of this object is forbidden.
Read/write
Boolean.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public bool DrilldownLocked { get; set; }
Public Property DrilldownLocked As Boolean
Get
Set
public:
virtual property bool DrilldownLocked {
bool get () sealed;
void set (bool value) sealed;
}
abstract DrilldownLocked : bool with get, set
override DrilldownLocked : bool with get, set
Property Value
Type:
BooleanImplements
IGraphicalObjectLockDrilldownLockedSee Also