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);
 }
Example #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);
 }