• 大小: 1.63KB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 按钮  代码  自定义  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace BaiduTabs
{
    class TabButton:Control
    {
         private Image _HoverImage;
         private Image _DownImage;
         private Image _DefaultImage;
         private ButtonstyleShow _ButtonstyleShow=ButtonstyleShow.Default;
         private Boolean _Border = true;
         private Boolean _BorderTop = true;
         private Boolean _BorderLeft = true;
         private Boolean _BorderRigth = true;
         private Boolean _BorderBottom = true;
         private Color _BorderColor = Color.CadetBlue;

        //属性
        [Description(“默认背景“) Category(“ButtonB

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        9806  2018-05-28 20:10  TabButton.cs

评论

共有 条评论