* UITreeView: 屏蔽DrawMode属性,默认为OwnerDrawAll

This commit is contained in:
Sunny 2023-07-02 17:16:24 +08:00
parent 442014fa11
commit b68415a152

View File

@ -33,6 +33,7 @@
* 2023-03-13: V3.3.3 MouseDoubleClick和MouseClick事件
* 2023-03-26: V3.3.4 LabelEdit属性
* 2023-05-13: V3.3.6 DrawString函数
* 2023-07-02: V3.3.9 DrawMode属性OwnerDrawAll
******************************************************************************/
using System;
@ -383,6 +384,7 @@ namespace Sunny.UI
view.ForeColor = color;
}
[Browsable(false)]
[DefaultValue(TreeViewDrawMode.OwnerDrawAll)]
public TreeViewDrawMode DrawMode
{