資源簡(jiǎn)介
C#中按鈕控件優(yōu)化和美化:圓角功能,鼠標(biāo)進(jìn)入與離開的顏色設(shè)置功能及不使能時(shí)的顯示顏色,圖片顯示
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?WindowsFormsApplication1
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????}
}
評(píng)論
共有 條評(píng)論