From b0093af77a492ac089fbc51bb493296227ba56be Mon Sep 17 00:00:00 2001 From: Sunny Date: Wed, 15 Jan 2025 17:49:06 +0800 Subject: [PATCH] =?UTF-8?q?*=20UIMenuButton:=20=E6=9B=B4=E6=94=B9=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SunnyUI/Controls/UIMenuButton.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SunnyUI/Controls/UIMenuButton.cs b/SunnyUI/Controls/UIMenuButton.cs index 49af19ca..a23966dc 100644 --- a/SunnyUI/Controls/UIMenuButton.cs +++ b/SunnyUI/Controls/UIMenuButton.cs @@ -17,6 +17,7 @@ * 创建日期: 2024-12-16 * * 2024-12-16: V3.8.0 增加文件说明 + * 2025-01-15: V3.8.1 更改属性描述 ******************************************************************************/ using System.ComponentModel; @@ -30,6 +31,8 @@ namespace Sunny.UI public class UIMenuButton : UISymbolButton { private bool _showDropArrow = true; + + [Description("当用户左键点击按钮时,显示的快捷菜单"), Category("SunnyUI")] public UIContextMenuStrip Menu { get; set; } protected override void OnMouseClick(MouseEventArgs e)