Gets value that indicates whether the selected shape can be displayed as the uppermost 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 uppermost shape. In all other cases the property returns true.

Syntax

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

Limitations

Read only.