|
|
От: | pushistik | |
| Дата: | 23.05.05 12:46 | ||
| Оценка: | |||
public class SelectButton : Button
{
protected override void OnPaint(PaintEventArgs e)
{
base.OnPaint(e);
System.Windows.Forms.ControlPaint.DrawComboButton (e.Graphics,0,0,this.Width,this.Height,state);
}
}