* UINavBar: 删除界面此控件的编辑器

This commit is contained in:
Sunny 2022-07-28 16:20:50 +08:00
parent c2ee18fa6d
commit c2f8e29b9a

View File

@ -23,6 +23,7 @@
* 2021-08-07: V3.0.5 /
* 2022-03-19: V3.1.1
* 2022-04-14: V3.1.3
* 2022-07-28: V3.2.2
******************************************************************************/
using System;
@ -34,7 +35,6 @@ namespace Sunny.UI
{
[DefaultEvent("MenuItemClick")]
[DefaultProperty("Nodes")]
[Designer("System.Windows.Forms.Design.TreeViewDesigner, " + AssemblyRefEx.SystemDesign)]
public sealed partial class UINavBar : ScrollableControl, IStyleInterface, IZoomScale
{
public readonly TreeView Menu = new TreeView();