示例#1
0
 public void DrawComboBox(Graphics g, Rectangle rect, ButtonState state, string text, IconImage icon)
 {
     DrawComboBox(g, rect, state, text, state == ButtonState.Disabled ? icon.Disabled : icon.Normal);
 }
示例#2
0
 public void DrawComboBox(Graphics g, Rectangle rect, ButtonState state, string text, IconImage icon)
 {
     DrawComboBox(g, rect, state, text, state == ButtonState.Disabled ? icon.Disabled : icon.Normal);
 }