Table of Contents

Method CanEnterContainer

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

CanEnterContainer(PlacementOperation, bool)

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

public virtual bool CanEnterContainer(PlacementOperation operation, bool shouldAlwaysEnter)

Parameters

operation PlacementOperation

Placement operation to process.

shouldAlwaysEnter bool

Specifies whether enter operation always allowed.

Returns

bool

True if entering allowed; otherwise, false.