Share via


IWindowOverlay.RemoveWindowElement(IWindowOverlayElement) Method

Definition

Removes a drawable element from the overlay.

public:
 bool RemoveWindowElement(Microsoft::Maui::IWindowOverlayElement ^ element);
public bool RemoveWindowElement (Microsoft.Maui.IWindowOverlayElement element);
abstract member RemoveWindowElement : Microsoft.Maui.IWindowOverlayElement -> bool
Public Function RemoveWindowElement (element As IWindowOverlayElement) As Boolean

Parameters

Returns

Boolean indicating if the drawable was removed from the collection.

Applies to