* UIHeaderButton:在工具箱中显示

This commit is contained in:
Sunny 2021-03-02 16:10:23 +08:00
parent fb1a5b1b66
commit 3d33da714b
6 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -32,6 +32,7 @@ namespace Sunny.UI
{ {
[DefaultEvent("Click")] [DefaultEvent("Click")]
[DefaultProperty("Text")] [DefaultProperty("Text")]
[ToolboxItem(true)]
public class UIHeaderButton : UIControl, IButtonControl public class UIHeaderButton : UIControl, IButtonControl
{ {
public UIHeaderButton() public UIHeaderButton()