c# 设置控件的前景颜色和背景颜色
时间:2025-08-16 01:34来源:本站 作者:admin666 点击:
次
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace 设置控件前景色和背景色{ public part
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace 设置控件前景色和背景色
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void btnBackColor_Click(object sender, EventArgs e)
}
private void btnForeColor_Click(object sender, EventArgs e)
}
}
}
(责任编辑:蚂蚁团队) |
织梦二维码生成器
------分隔线----------------------------