Пример #1
0
 /// <summary>
 /// Once the handle has been created a new instance of ComboEditWindow is made to make sure
 /// the icons are drawn in the TextBox part of the ComboBox
 /// </summary>
 void ComboBox_HandleCreated(object sender, EventArgs e)
 {
     editWindow = new ComboEditWindow(this);
 }
Пример #2
0
 /// <summary>
 /// Once the handle has been created a new instance of ComboEditWindow is made to make sure
 /// the icons are drawn in the TextBox part of the ComboBox
 /// </summary>
 void ComboBox_HandleCreated(object sender, EventArgs e)
 {
     editWindow = new ComboEditWindow(this);
 }