資源簡介
代碼片段和文件信息
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
評論
共有 條評論