Exemplo n.º 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);
 }
Exemplo n.º 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);
 }