طریقه تغییر دادن خاصیت FontStyle یک کنترل در زمان اجرا
private void Form
1
_Load(object sender, EventArgs e
{
textBox
1
.Font = new Font(textBox
1
.Font, FontStyle.Bold | FontStyle.Italic | FontStyle.Underline);
}
+ نوشته شده در شنبه بیست و پنجم شهریور ۱۳۹۶ ساعت 15:45 توسط محسن
|