예제 #1
0
 public void Dispose()
 {
     _imageComboBox = null;
     _imageIndexer  = null;
     _tag           = null;
 }
예제 #2
0
 internal void Host(ImageComboBox parent)
 {
     _imageComboBox = parent;
 }
예제 #3
0
 public void Dispose()
 {
     _Owner = null;
     base.ReleaseHandle();
 }
예제 #4
0
 public ImageComboBoxItemCollection(ImageComboBox owner)
 {
     _owner = owner;
 }
예제 #5
0
 public EditorNativeWimdow(ImageComboBox owner)
 {
     _Owner = owner;
     Attach();
 }