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);