From c014521f2007b51d1fd5286208f6fada8cad5540 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 4 Jun 2026 10:25:14 +0200 Subject: [PATCH] [docs] Improve XML docs for QLPreviewPanel Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/QuickLookUI/QLPreviewPanel.cs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/QuickLookUI/QLPreviewPanel.cs b/src/QuickLookUI/QLPreviewPanel.cs index 13b50f74b12f..d99bcaed9fa2 100644 --- a/src/QuickLookUI/QLPreviewPanel.cs +++ b/src/QuickLookUI/QLPreviewPanel.cs @@ -7,16 +7,14 @@ namespace QuickLookUI { public partial class QLPreviewPanel { - /// To be added. - /// To be added. - /// To be added. + /// Enters full-screen mode with default options. + /// if the panel entered full-screen mode successfully; otherwise, . public bool EnterFullScreenMode () { return EnterFullScreenMode (null, null); } - /// To be added. - /// To be added. + /// Exits full-screen mode with default options. public void ExitFullScreenModeWithOptions () { ExitFullScreenModeWithOptions (null);