예제 #1
0
 public void AssignTextBoxHandle(ImageComboBox imageComboBox_1)
 {
     this.imageComboBox_0  = imageComboBox_1;
     this.struct3_0.cbSize = Marshal.SizeOf(this.struct3_0);
     GetComboBoxInfo(this.imageComboBox_0.Handle, ref this.struct3_0);
     if (!base.Handle.Equals(IntPtr.Zero))
     {
         this.ReleaseHandle();
     }
     base.AssignHandle(this.struct3_0.hwndEdit);
 }
예제 #2
0
 public ImageComboBoxItemCollection(ImageComboBox imageComboBox_1)
 {
     this.imageComboBox_0 = imageComboBox_1;
 }