Share via


WindowOverlay.RemoveWindowElement(IWindowOverlayElement) Method

Definition

Removes a drawable element from the overlay.

public:
 virtual bool RemoveWindowElement(Microsoft::Maui::IWindowOverlayElement ^ drawable);
public virtual bool RemoveWindowElement (Microsoft.Maui.IWindowOverlayElement drawable);
abstract member RemoveWindowElement : Microsoft.Maui.IWindowOverlayElement -> bool
override this.RemoveWindowElement : Microsoft.Maui.IWindowOverlayElement -> bool
Public Overridable Function RemoveWindowElement (drawable As IWindowOverlayElement) As Boolean

Parameters

Returns

Boolean indicating if the drawable was removed from the collection.

Implements

Applies to