CommandSetLibrary.IsAnyDocumentSelectionUndeletable Method

Definition

Returns whether any of the shape items in the selection list cannot be deleted. Base implementation checks for Compartment and MoveableHostShape shapes.

protected:
 virtual bool IsAnyDocumentSelectionUndeletable();
protected virtual bool IsAnyDocumentSelectionUndeletable ();
abstract member IsAnyDocumentSelectionUndeletable : unit -> bool
override this.IsAnyDocumentSelectionUndeletable : unit -> bool
Protected Overridable Function IsAnyDocumentSelectionUndeletable () As Boolean

Returns

True means that at least one selected shape element cannot be deleted.

Applies to