Partager via


IWindow.RemoveOverlay(IWindowOverlay) Méthode

Définition

Supprime une superposition de fenêtre dans la fenêtre active.

public:
 bool RemoveOverlay(Microsoft::Maui::IWindowOverlay ^ overlay);
public bool RemoveOverlay (Microsoft.Maui.IWindowOverlay overlay);
abstract member RemoveOverlay : Microsoft.Maui.IWindowOverlay -> bool
Public Function RemoveOverlay (overlay As IWindowOverlay) As Boolean

Paramètres

Retours

Boolean si la superposition de fenêtre a été supprimée.

S’applique à