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
PlacementOperationPlacement operation to process.
shouldAlwaysEnter
boolSpecifies whether enter operation always allowed.
Returns
- bool
True if entering allowed; otherwise, false.