CommandSetLibrary.IsAnyDocumentSelectionUndeletable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.