Gets value that indicates whether the selected shape can be displayed as the lowest shape of all shapes. The property returns false if no or more than one shape are selected or one of the selected shape is already the lowest shape. In all other cases the property returns true.

Syntax

public bool CanSendToBack { get; }
Public ReadOnly Property CanSendToBack() As Boolean

Limitations

Read only.