Exemplo n.º 1
0
 public ItemComboBox(string Label, RescoComboBoxStyle ComboBoxStyle)
 {
     this.m_displayMember   = "";
     this.m_valueMember     = "";
     this.m_SelectedIndex   = -1;
     this.Label             = Label;
     this.m_Items           = new ArrayList();
     this.DropDownStyle     = ComboBoxStyle;
     base.m_Text            = "";
     this.m_ImageAttributes = new ImageAttributes();
     this.m_ImageAttributes.SetColorKey(Color.White, Color.White);
 }
Exemplo n.º 2
0
 public ItemComboBox(string Label, RescoComboBoxStyle ComboBoxStyle)
 {
     this.m_displayMember = "";
     this.m_valueMember = "";
     this.m_SelectedIndex = -1;
     this.Label = Label;
     this.m_Items = new ArrayList();
     this.DropDownStyle = ComboBoxStyle;
     base.m_Text = "";
     this.m_ImageAttributes = new ImageAttributes();
     this.m_ImageAttributes.SetColorKey(Color.White, Color.White);
 }