Gets value that indicates whether the selected shapes' levels can be increased by one. The property returns false if no shape is selected or one of the selected shapes is already the uppermost shape. In all other cases the property returns true.

Syntax

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

Limitations

Read only.