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