* UIComboBox: 屏蔽FormatString的编辑器

This commit is contained in:
Sunny 2022-07-21 21:51:53 +08:00
parent 6b9a456172
commit 66f752fccc

View File

@ -689,7 +689,6 @@ namespace Sunny.UI
[Description("获取或设置指示显示值的方式的格式说明符字符。"), Category("SunnyUI")]
[DefaultValue("")]
[Editor("System.Windows.Forms.Design.FormatStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(UITypeEditor))]
[MergableProperty(false)]
public string FormatString
{