From 3cd861799e24a6fd6a06a529de6e282447417119 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期五, 11 十月 2024 10:27:07 +0800 Subject: [PATCH] 项目模拟功能面板调整 --- WinFrmUI/Yw.WinFrmUI.Core/06-document/PageTitle.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Core/06-document/PageTitle.cs b/WinFrmUI/Yw.WinFrmUI.Core/06-document/PageTitle.cs index a0ddcdf..5f49dde 100644 --- a/WinFrmUI/Yw.WinFrmUI.Core/06-document/PageTitle.cs +++ b/WinFrmUI/Yw.WinFrmUI.Core/06-document/PageTitle.cs @@ -25,5 +25,10 @@ /// </summary> public Size SvgImageSize { get; set; } + /// <summary> + /// 鍏佽鍏抽棴 + /// </summary> + public bool AllowClose { get; set; } = true; + } } -- Gitblit v1.9.3