Table of Contents

Method CanLeaveContainer

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

CanLeaveContainer(PlacementOperation)

Gets if leaving this container is allowed for the specified operation.

public virtual bool CanLeaveContainer(PlacementOperation operation)

Parameters

operation PlacementOperation

Placement operation to process.

Returns

bool

Always true; derived classes can override this behavior.