IWindow.RemoveOverlay(IWindowOverlay) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- overlay
- IWindowOverlay
Retours
Boolean si la superposition de fenêtre a été supprimée.