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
PlacementOperationPlacement operation to process.
Returns
- bool
Always true; derived classes can override this behavior.