Layout.Remove(IView) Method

Definition

public:
 virtual bool Remove(Microsoft::Maui::IView ^ child);
public bool Remove (Microsoft.Maui.IView child);
abstract member Remove : Microsoft.Maui.IView -> bool
override this.Remove : Microsoft.Maui.IView -> bool
Public Function Remove (child As IView) As Boolean

Parameters

child
IView

Returns

Implements

Applies to